Class CreateIntentRequest (1.12.0)

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

The request message for Intents.CreateIntent.

Attributes

NameDescription
parent str
Required. The agent to create an intent for. Format: ``projects/
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

Inheritance

builtins.object > proto.message.Message > CreateIntentRequest