languageCode property

String? languageCode
getter/setter pair

Language code for the conversation profile.

If not specified, the language is en-US. Language at ConversationProfile 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;