Class IntentMatchData (1.4.3)

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

The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.

Attribute

NameDescription
intent_unique_id str
The id of the matched intent. Can be used to retrieve the corresponding intent information.

Inheritance

builtins.object > proto.message.Message > IntentMatchData