Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent

Output only. Represents a notification sent to Pub/Sub subscribers for agent assistant events in a specific conversation.

Inheritance
object
GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent : IDirectResponseSchema

Properties

Conversation

The conversation this notification refers to. Format: projects//conversations/.

Declaration
[JsonProperty("conversation")]
public virtual string Conversation { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Participant

The participant that the suggestion is compiled for. And This field is used to call Participants.ListSuggestions API. Format: projects//conversations//participants/. It will not be set in legacy workflow. HumanAgentAssistantConfig.name for more information.

Declaration
[JsonProperty("participant")]
public virtual string Participant { get; set; }
Property Value
Type Description
string

SuggestionResults

The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.

Declaration
[JsonProperty("suggestionResults")]
public virtual IList<GoogleCloudDialogflowV2beta1SuggestionResult> SuggestionResults { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1SuggestionResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX