Serialized Form
-
Package org.apache.nlpcraft.model
-
Class org.apache.nlpcraft.model.NCIntentSkip extends org.apache.nlpcraft.common.NCException implements Serializable
-
Class org.apache.nlpcraft.model.NCRejection extends org.apache.nlpcraft.common.NCException implements Serializable
-
Class org.apache.nlpcraft.model.NCResult extends org.apache.nlpcraft.model.impl.NCMetadataAdapter implements Serializable
-
Serialized Fields
-
body
String body
Data Model result text. -
intentId
String intentId
ID of the intent. -
tokens
Collection<NCToken> tokens
Sequence of tokens represents a fully parsed (seeNCContext.getVariants()
method) user input. -
type
String type
Data Model result type. One of text, html, json or yaml.
-
-
-
-
Package org.apache.nlpcraft.model.tools.test
-
Class org.apache.nlpcraft.model.tools.test.NCTestClientException extends RuntimeException implements Serializable
-