HumanAgentAssistantEvent

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.