Class GetIntentRequest (2.14.0)

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

The request message for Intents.GetIntent.

Attributes

NameDescription
name str
Required. The name of the intent. Format: ``projects/
language_code str
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see `Multilingual intent and entity data
intent_view google.cloud.dialogflow_v2.types.IntentView
Optional. The resource view to apply to the returned intent.

Inheritance

builtins.object > proto.message.Message > GetIntentRequest