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 (
|
| Fields | |
|---|---|
conversation
|
The conversation this notification refers to. Format: |
participant
|
The participant that the suggestion is compiled for. And This field is used to call |
suggestionResults[]
|
The suggestion results payload that this notification refers to. It will only be set when |

