Show / Hide Table of Contents

Class GoogleCloudDialogflowV2HumanAgentAssistantConfig

Defines the Human Agent Assist to connect to a conversation.

Inheritance
object
GoogleCloudDialogflowV2HumanAgentAssistantConfig
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.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndUserSuggestionConfig

Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access.

Declaration
[JsonProperty("endUserSuggestionConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig EndUserSuggestionConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig

HumanAgentSuggestionConfig

Configuration for agent assistance of human agent participant.

Declaration
[JsonProperty("humanAgentSuggestionConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig HumanAgentSuggestionConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig

MessageAnalysisConfig

Configuration for message analysis.

Declaration
[JsonProperty("messageAnalysisConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig MessageAnalysisConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig

NotificationConfig

Pub/Sub topic on which to publish new agent assistant events.

Declaration
[JsonProperty("notificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NotificationConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2NotificationConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX