Class MatchIntentResponse (0.2.0)

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

Response of [MatchIntent][].

Attributes

NameDescription
text str
If [natural language text][google.cloud.dialogflow.cx.v3beta1.TextInput] was provided as input, this field will contain a copy of the text.
trigger_intent str
If an intent was provided as input, this field will contain a copy of the intent identifier.
transcript str
If [natural language speech audio][google.cloud.dialogflow.cx.v3beta1.AudioInput] was provided as input, this field will contain the trascript for the audio.
trigger_event str
If an event was provided as input, this field will contain a copy of the event name.
matches Sequence[.gcdc_session.Match]
Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.
current_page .page.Page
The current Page. Some, not all fields are filled in this message, including but not limited to name and display_name.