All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description NCBaseTraceExporter Base class for OpenCensus trace exporters.NCBasicModelFactory Default implementation ofNCModelFactory
interface.NCCompany Descriptor of the user company.NCContext Data model query context.NCConversation Conversation container for specific user and data model.NCCustomElement Detected model element returning from custom parser.NCCustomParser Custom model element parser for programmatic NER implementations.NCCustomWord A partially enriched token with a basic set of NLP properties used by custom NER parser.NCDialogFlowItem An item of the dialog flow.NCElement Data model element.NCEmbeddedProbe Embedded probe controller.NCEmbeddedResult Result container for the embedded probe.NCIntent Annotation to bind an intent with the method serving as its callback.NCIntent.NCIntentList Grouping annotation required for when more than oneNCIntent
annotation is used.NCIntentMatch An intent match context that can be passed into the callback of the matched intent.NCIntentRef Annotation referencing an intent defined outside of callback method declaration.NCIntentRef.NCIntentRefList Grouping annotation required for when more than oneNCIntentRef
annotation is used.NCIntentSample Annotation to define samples of the user input that should match an intent.NCIntentSample.NCIntentSampleList Grouping annotation required for when more than oneNCIntentSample
annotation is used.NCIntentSampleRef Annotation to define samples of the user input that should match an intent.NCIntentSampleRef.NCIntentSampleList Grouping annotation required for when more than oneNCIntentSampleRef
annotation is used.NCIntentSkip Control flow exception to skip current intent.NCIntentTerm Annotation to mark callback parameter to receive intent term's tokens.NCJaegerExporter Probe lifecycle component that manages OpenCensus Jaeger trace exporter.NCLifecycle Lifecycle component.NCMacroProcessor Standalone synonym macro DSL processor.NCMetadata Provides support for mutable runtime-only metadata.NCModel User-defined data model.NCModelAdapter Adapter for data models.NCModelFactory Optional factory for data models.NCModelFileAdapter Adapter for data models that can load model configuration from external JSON/YAML file.NCModelView Read-only view on data model.NCPrometheusExporter Probe lifecycle component that manages OpenCensus Prometheus stats exporter.NCRejection Exception to indicate that user input cannot be processed as is.NCRequest Information about the user request.NCResult Data model result returned from model intent callbacks.NCSpringModelFactory Factory that delegates construction ofNCModel
s to the Spring Framework.NCSqlColumn Object presentation of SQL column.NCSqlDateRange Object presentation of SQL date range.NCSqlExtractor Utility methods for extracting various SQL components fromNCToken
tokens.NCSqlExtractorBuilder Builder forNCSqlExtractor
instances.NCSqlJoin Object presentation of SQL join (foreign key).NCSqlJoinType Type of the SQL join.NCSqlLimit Object presentation of SQL limit.NCSqlModelGenerator Command line utility to generate YAML/JSON NLPCraft model stub from given SQL RDBMS.NCSqlSchema Object presentation of SQL schema.NCSqlSchemaBuilder Builder forNCSqlSchema
instances.NCSqlSort Object presentation of SQL sorting.NCSqlTable Object presentation of SQL table.NCStackdriverStatsExporter Probe lifecycle component that manages OpenCensus Stackdriver stats exporter.NCStackdriverTraceExporter Probe lifecycle component that manages OpenCensus Stackdriver trace exporter.NCTestAutoModelValidator Data model auto-validator is based onNCIntentSample
andNCIntentSampleRef
annotations.NCTestClient Model testing client.NCTestClientBuilder Test client builder forNCTestClient
instances.NCTestClientException Test client exception.NCTestResult Result of the test sentence processing.NCToken Detected model element.NCTokenPredicateContext Context passed into custom user-defined IDL term token predicate.NCTokenPredicateResult Result value of user-defined IDL term token predicate.NCUser Descriptor of the user.NCValue Model element's value.NCValueLoader Dynamic value loader that can be used by model elements to dynamically load or create their values.NCVariant A parsing variant is a list of tokens representing one possible parsing variant of the user input.NCZipkinExporter Probe lifecycle component that manages OpenCensus Zipkin trace exporter.