LanguageInfo

Represents the language information of the request.

JSON representation
{
  "inputLanguageCode": string,
  "resolvedLanguageCode": string,
  "confidenceScore": number
}
Fields
inputLanguageCode

string

The language code specified in the original request.

resolvedLanguageCode

string

The language code detected for this request based on the user conversation.

confidenceScore

number

The confidence score of the detected language between 0 and 1.