Class CreateIntentRequest (0.8.0)

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

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

Attributes: parent (str): Required. The agent to create an intent for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. intent (google.cloud.dialogflowcx_v3.types.Intent): Required. The intent to create. 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.

Inheritance

builtins.object > proto.message.Message > CreateIntentRequest