Class GetIntentRequest (1.12.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
The language to retrieve the intent for. The following fields are language dependent: - ``Intent.training_phrases.parts.text`` If not specified, the agent's default language is used. `Many languages

Inheritance

builtins.object > proto.message.Message > GetIntentRequest