Class UpdateIntentRequest (0.8.0)

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

The request message for [Intents.UpdateIntent][google.cloud.dialogflow.cx.v3.Intents.UpdateIntent].

Attributes: intent (google.cloud.dialogflowcx_v3.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 <https://cloud.google.com/dialogflow/cx/docs/reference/language>`__
    are supported. Note: languages must be enabled in the agent
    before they can be used.
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