次の方法で共有


IntentsSuggestionExample interface

予測された意図または提案された意図。

プロパティ

entityPredictions

予測されたエンティティまたは提案されたエンティティ。

intentPredictions

予測された意図または提案された意図。

text

発話。 たとえば、「シアトルの天気はどうですか?

tokenizedText

トークン化された発話。

プロパティの詳細

entityPredictions

予測されたエンティティまたは提案されたエンティティ。

entityPredictions?: EntityPrediction[]

プロパティ値

intentPredictions

予測された意図または提案された意図。

intentPredictions?: IntentPrediction[]

プロパティ値

text

発話。 たとえば、「シアトルの天気はどうですか?

text?: string

プロパティ値

string

tokenizedText

トークン化された発話。

tokenizedText?: string[]

プロパティ値

string[]