Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
{"matches": [{object (Match)}],"currentPage": {object (Page)},// Union field query can be only one of the following:"text": string,"triggerIntent": string,"transcript": string,"triggerEvent": string// End of list of possible types for union field query.}
The current Page. Some, not all fields are filled in this message, including but not limited to name and displayName.
Union field 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>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The JSON representation of `MatchIntent` includes an array of `matches`, ordered by confidence, that detail how well intents match the user query."],["The `currentPage` field indicates the current page in the conversational flow, providing information about the current state of the interaction, including its name and display name."],["The `query` field is a union field that captures the original input, which can be natural language `text`, a `triggerIntent`, a speech audio `transcript`, or a `triggerEvent`."],["Each `match` represents the level of confidence in the system's match between the user's query and the known intents."]]],[]]