public sealed class HumanAgentAssistantEvent : IMessage<HumanAgentAssistantEvent>, IEquatable<HumanAgentAssistantEvent>, IDeepCloneable<HumanAgentAssistantEvent>, IBufferMessage, IMessage
Represents a notification sent to Cloud Pub/Sub subscribers for human agent assistant events in a specific conversation.
Implements
IMessage<HumanAgentAssistantEvent>, IEquatable<HumanAgentAssistantEvent>, IDeepCloneable<HumanAgentAssistantEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
HumanAgentAssistantEvent()
public HumanAgentAssistantEvent()
HumanAgentAssistantEvent(HumanAgentAssistantEvent)
public HumanAgentAssistantEvent(HumanAgentAssistantEvent other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantEvent |
Properties
Conversation
public string Conversation { get; set; }
The conversation this notification refers to.
Format: projects/{Project ID}/conversations/{Conversation ID}
.
Property Value | |
---|---|
Type | Description |
String |
Participant
public string Participant { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
SuggestionResults
public RepeatedField<SuggestionResult> SuggestionResults { get; }
The suggestion results payload that this notification refers to.
Property Value | |
---|---|
Type | Description |
RepeatedField<SuggestionResult> |