public sealed class HumanAgentAssistantEvent : IMessage<HumanAgentAssistantEvent>, IEquatable<HumanAgentAssistantEvent>, IDeepCloneable<HumanAgentAssistantEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantEvent.
Output only. Represents a notification sent to Pub/Sub subscribers for agent assistant events in a specific conversation.
Implements
IMessageHumanAgentAssistantEvent, IEquatableHumanAgentAssistantEvent, IDeepCloneableHumanAgentAssistantEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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. And This field is used
to call
[Participants.ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
API. Format: projects/<Project ID>/conversations/<Conversation
ID>/participants/<Participant ID>
.
It will not be set in legacy workflow.
[HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name]
for more information.
Property Value | |
---|---|
Type | Description |
string |
SuggestionResults
public RepeatedField<SuggestionResult> SuggestionResults { get; }
The suggestion results payload that this notification refers to. It will only be set when [HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses] sets to true.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSuggestionResult |