EntitiesSuggestionExample interface

Predicted/suggested entity.

Properties

entityPredictions

Predicted/suggested entities.

intentPredictions

Predicted/suggested intents.

text

The utterance. For example, "What's the weather like in seattle?"

tokenizedText

The utterance tokenized.

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 utterance tokenized.

tokenizedText?: string[]

Property Value

string[]