IntentsSuggestionExample interface
Predicted/suggested intent.
Properties
entity |
Predicted/suggested entities. |
intent |
Predicted/suggested intents. |
text | The utterance. For example, "What's the weather like in seattle?" |
tokenized |
The tokenized utterance. |
Property Details
entityPredictions
Predicted/suggested entities.
entityPredictions?: EntityPrediction[]
Property Value
intentPredictions
Predicted/suggested intents.
intentPredictions?: IntentPrediction[]
Property Value
text
The utterance. For example, "What's the weather like in seattle?"
text?: string
Property Value
string
tokenizedText
The tokenized utterance.
tokenizedText?: string[]
Property Value
string[]