Class GoogleCloudDialogflowV2HumanAgentAssistantConfig
Defines the Human Agent Assist to connect to a conversation.
Implements
Inherited Members
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 |