次の方法で共有


LabeledUtterance interface

例の予測とラベルのペア。

プロパティ

entityLabels

例に一致するエンティティ。

entityPredictions

推奨されるエンティティの一覧。

id

ラベル付き発話の ID。

intentLabel

例に一致する意図。

intentPredictions

推奨される意図の一覧。

text

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

tokenizedText

トークン化された発話。

プロパティの詳細

entityLabels

例に一致するエンティティ。

entityLabels?: EntityLabel[]

プロパティ値

entityPredictions

推奨されるエンティティの一覧。

entityPredictions?: EntityPrediction[]

プロパティ値

id

ラベル付き発話の ID。

id?: number

プロパティ値

number

intentLabel

例に一致する意図。

intentLabel?: string

プロパティ値

string

intentPredictions

推奨される意図の一覧。

intentPredictions?: IntentPrediction[]

プロパティ値

text

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

text?: string

プロパティ値

string

tokenizedText

トークン化された発話。

tokenizedText?: string[]

プロパティ値

string[]