HumanAgentAssistantEvent

Represents a notification sent to Cloud Pub/Sub subscribers for human 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. Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.

suggestionResults[]

object (SuggestionResult)

The suggestion results payload that this notification refers to.