Class IntentInput (0.8.0)

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

Represents the intent to trigger programmatically rather than as a result of natural language processing.

Attributes: intent (str): Required. The unique identifier of the intent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Inheritance

builtins.object > proto.message.Message > IntentInput