public sealed class HumanAgentAssistantConfig : IMessage<HumanAgentAssistantConfig>, IEquatable<HumanAgentAssistantConfig>, IDeepCloneable<HumanAgentAssistantConfig>, IBufferMessage, IMessage
Defines the Human Agent Assist to connect to a conversation.
Inheritance
System.Object > HumanAgentAssistantConfigImplements
IMessage<HumanAgentAssistantConfig>, IEquatable<HumanAgentAssistantConfig>, IDeepCloneable<HumanAgentAssistantConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
HumanAgentAssistantConfig()
public HumanAgentAssistantConfig()
HumanAgentAssistantConfig(HumanAgentAssistantConfig)
public HumanAgentAssistantConfig(HumanAgentAssistantConfig other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantConfig |
Properties
EndUserSuggestionConfig
public HumanAgentAssistantConfig.Types.SuggestionConfig EndUserSuggestionConfig { get; set; }
Configuration for agent assistance of end user participant.
Currently, this feature is not general available, please contact Google to get access.
Property Value | |
---|---|
Type | Description |
HumanAgentAssistantConfig.Types.SuggestionConfig |
HumanAgentSuggestionConfig
public HumanAgentAssistantConfig.Types.SuggestionConfig HumanAgentSuggestionConfig { get; set; }
Configuration for agent assistance of human agent participant.
Property Value | |
---|---|
Type | Description |
HumanAgentAssistantConfig.Types.SuggestionConfig |
MessageAnalysisConfig
public HumanAgentAssistantConfig.Types.MessageAnalysisConfig MessageAnalysisConfig { get; set; }
Configuration for message analysis.
Property Value | |
---|---|
Type | Description |
HumanAgentAssistantConfig.Types.MessageAnalysisConfig |
NotificationConfig
public NotificationConfig NotificationConfig { get; set; }
Pub/Sub topic on which to publish new agent assistant events.
Property Value | |
---|---|
Type | Description |
NotificationConfig |