Class HumanAgentAssistantEvent (3.6.0)

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.

Inheritance

Object > HumanAgentAssistantEvent

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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. Format: projects/{Project ID}/conversations/{Conversation ID>/participants/&lt;Participant ID>. It will not be set in legacy workflow.

Property Value
TypeDescription
String

SuggestionResults

public RepeatedField<SuggestionResult> SuggestionResults { get; }

The suggestion results payload that this notification refers to.

Property Value
TypeDescription
RepeatedField<SuggestionResult>