Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantEvent (1.0.0-beta15)

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.

Inheritance

object > HumanAgentAssistantEvent

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

HumanAgentAssistantEvent()

public HumanAgentAssistantEvent()

HumanAgentAssistantEvent(HumanAgentAssistantEvent)

public HumanAgentAssistantEvent(HumanAgentAssistantEvent other)
Parameter
NameDescription
otherHumanAgentAssistantEvent

Properties

Conversation

public string Conversation { get; set; }

The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
RepeatedFieldSuggestionResult