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

AnalyzeConversationResult interface

表示聊天分析响应。

属性

detectedLanguage

系统检测到 BCP 47 语言表示形式的查询的语言。

prediction

会话项目的预测结果。

query

调用方给出的对话话语。

属性详细信息

detectedLanguage

系统检测到 BCP 47 语言表示形式的查询的语言。

detectedLanguage?: string

属性值

string

prediction

会话项目的预测结果。

prediction: BasePredictionUnion

属性值

query

调用方给出的对话话语。

query: string

属性值

string