Class UpdateIntentRequest (1.12.0)

UpdateIntentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Intents.UpdateIntent.

Attributes

NameDescription
intent google.cloud.dialogflowcx_v3beta1.types.Intent
Required. The intent to update.
language_code str
The language of the following fields in ``intent``: - ``Intent.training_phrases.parts.text`` If not specified, the agent's default language is used. `Many languages
update_mask google.protobuf.field_mask_pb2.FieldMask
The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateIntentRequest