Class Intent

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

The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.

Attributes

NameDescription
id str
The unique identifier of the intent.
display_name str
The human-readable name of the intent.

Inheritance

builtins.object > proto.message.Message > Intent