ConversationResult interface
The response returned by a Conversation project.
Properties
| detected |
The detected language from the query in BCP 47 language representation.. |
| prediction | The predicted result for the query. |
| query | The same query given in request. |
Property Details
detectedLanguage
The detected language from the query in BCP 47 language representation..
detectedLanguage?: string
Property Value
string
prediction
The predicted result for the query.
prediction?: ConversationPrediction
Property Value
query
The same query given in request.
query: string
Property Value
string