HumanAgentAssistantEvent
Stay organized with collections
Save and categorize content based on your preferences.
Output only. Represents a notification sent to Pub/Sub subscribers for agent assistant events in a specific conversation.
| JSON representation |
{
"conversation": string,
"participant": string,
"suggestionResults": [
{
object (SuggestionResult)
}
]
} |
| Fields |
conversation |
string
The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.
|
participant |
string
The participant that the suggestion is compiled for. And This field is used to call Participants.ListSuggestions API. Format: projects/<Project ID>/conversations/<Conversation
ID>/participants/<Participant ID>. It will not be set in legacy workflow. HumanAgentAssistantConfig.name for more information.
|
suggestionResults[] |
object (SuggestionResult)
The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.
[null,null,["Last updated 2025-06-27 UTC."],[],[]]