Class MatchIntentResponse (0.5.0)

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

Response of [MatchIntent][]. .. attribute:: text

If [natural language text][google.cloud.dialogflow.cx.v3.TextInput] was provided as input, this field will contain a copy of the text.

:type: str

Attributes

NameDescription
trigger_intent str
If an intent was provided as input, this field will contain a copy of the intent identifier. Format: projects/.
transcript str
If [natural language speech audio][google.cloud.dialogflow.cx.v3.AudioInput] was provided as input, this field will contain the transcript 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[google.cloud.dialogflowcx_v3.types.Match]
Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.
current_page google.cloud.dialogflowcx_v3.types.Page
The current Page. Some, not all fields are filled in this message, including but not limited to name and display_name.