Represents the language information of the request.
| JSON representation |
|---|
{ "inputLanguageCode": string, "resolvedLanguageCode": string, "confidenceScore": number } |
| Fields | |
|---|---|
inputLanguageCode |
The language code specified in the original |
resolvedLanguageCode |
The language code detected for this request based on the user conversation. |
confidenceScore |
The confidence score of the detected language between 0 and 1. |