Show / Hide Table of Contents

Class GoogleCloudDialogflowV2HumanAgentAssistantConfig

Defines the Human Agent Assist to connect to a conversation.

Inheritance
System.Object
GoogleCloudDialogflowV2HumanAgentAssistantConfig
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfig : IDirectResponseSchema

Properties

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

ETag

The ETag of the item.

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

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