Class HumanAgentAssistantEvent (2.7.1)

HumanAgentAssistantEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Output only. Represents a notification sent to Pub/Sub subscribers for agent assistant events in a specific conversation.

Attributes

NameDescription
conversation str
The conversation this notification refers to. Format: projects/.
participant str
The participant that the suggestion is compiled for. And This field is used to call Participants.ListSuggestions API. Format: projects/. It will not be set in legacy workflow. HumanAgentAssistantConfig.name for more information.
suggestion_results Sequence[google.cloud.dialogflow_v2beta1.types.SuggestionResult]
The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.