AnalyzeConversationResult interface
表示聊天分析响应。
属性
| detected |
系统检测到 BCP 47 语言表示形式的查询的语言。 |
| prediction | 会话项目的预测结果。 |
| query | 调用方给出的对话话语。 |
属性详细信息
detectedLanguage
系统检测到 BCP 47 语言表示形式的查询的语言。
detectedLanguage?: string
属性值
string
prediction
query
调用方给出的对话话语。
query: string
属性值
string