Share via


IntentsSuggestionExample interface

Intención predicha/sugerida.

Propiedades

entityPredictions

Entidades predichas o sugeridas.

intentPredictions

Intenciones previstas o sugeridas.

text

Expresión. Por ejemplo, "¿Cuál es el tiempo en seattle?"

tokenizedText

Expresión tokenizada.

Detalles de las propiedades

entityPredictions

Entidades predichas o sugeridas.

entityPredictions?: EntityPrediction[]

Valor de propiedad

intentPredictions

Intenciones previstas o sugeridas.

intentPredictions?: IntentPrediction[]

Valor de propiedad

text

Expresión. Por ejemplo, "¿Cuál es el tiempo en seattle?"

text?: string

Valor de propiedad

string

tokenizedText

Expresión tokenizada.

tokenizedText?: string[]

Valor de propiedad

string[]