AnalyzeConversationResult interface
Represents a conversation analysis response.
Properties
| detected |
The system detected language for the query in BCP 47 language representation.. |
| prediction | The prediction result of a conversation project. |
| query | The conversation utterance given by the caller. |
Property Details
detectedLanguage
The system detected language for the query in BCP 47 language representation..
detectedLanguage?: string
Property Value
string
prediction
The prediction result of a conversation project.
prediction: BasePredictionUnion
Property Value
query
The conversation utterance given by the caller.
query: string
Property Value
string