languageCode property

String? languageCode
getter/setter pair

Language code for the conversation model.

If not specified, the language is en-US. Language at ConversationModel should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: "en-US".

Implementation

core.String? languageCode;