Response of [MatchIntent][].
| JSON representation |
|---|
{ "matches" : [ { object ( |
matches[]
object (
Match
)
Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.
currentPage
query
. The original conversational query. query
can be only one of the following:text
string
If natural language text
was provided as input, this field will contain a copy of the text.
triggerIntent
string
If an intent
was provided as input, this field will contain a copy of the intent identifier. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
transcript
string
If natural language speech audio
was provided as input, this field will contain the transcript for the audio.
triggerEvent
string
If an event
was provided as input, this field will contain a copy of the event name.

