你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrchestrationPrediction interface

这表示业务流程项目的预测结果。

扩展

属性

intents

包含所有意向的字典。 键是意向名称,值是其置信度分数和目标类型。 顶部意向的值还包含来自目标项目的实际响应。

projectKind

多态鉴别器,它指定此对象可以的不同类型的

继承属性

topIntent

分数最高的意向。

属性详细信息

intents

包含所有意向的字典。 键是意向名称,值是其置信度分数和目标类型。 顶部意向的值还包含来自目标项目的实际响应。

intents: {[propertyName: string]: TargetIntentResultUnion}

属性值

{[propertyName: string]: TargetIntentResultUnion}

projectKind

多态鉴别器,它指定此对象可以的不同类型的

projectKind: "Orchestration"

属性值

"Orchestration"

继承属性详细信息

topIntent

分数最高的意向。

topIntent?: string

属性值

string

继承自 BasePrediction.topIntent