HumanAgentAssistantEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a notification sent to Cloud Pub/Sub subscribers for human agent assistant events in a specific conversation.
Attributes |
|
|---|---|
| Name | Description |
conversation |
str
The conversation this notification refers to. Format: projects/.
|
participant |
str
The participant that the suggestion is compiled for. Format: projects/.
It will not be set in legacy workflow.
|
suggestion_results |
MutableSequence[google.cloud.dialogflow_v2.types.SuggestionResult]
The suggestion results payload that this notification refers to. |