languageCode property

String? languageCode
getter/setter pair

The language of this query.

See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language. This field is ignored when used in the context of a WebhookResponse.followup_event_input field, because the language was already defined in the originating detect intent request.

Required.

Implementation

core.String? languageCode;