Class IntentMatch (2.0.0)

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

Stores metadata of the intent match action.

Attribute

Name Description
matched_intents MutableSequence[google.cloud.dialogflowcx_v3beta1.types.Action.IntentMatch.MatchedIntent]
The matched intent.

Classes

MatchedIntent

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

Stores the matched intent, which is the result of the intent match action.