Class HumanAgentAssistantConfig (3.6.0)

public sealed class HumanAgentAssistantConfig : IMessage<HumanAgentAssistantConfig>, IEquatable<HumanAgentAssistantConfig>, IDeepCloneable<HumanAgentAssistantConfig>, IBufferMessage, IMessage

Defines the Human Agent Assist to connect to a conversation.

Inheritance

Object > HumanAgentAssistantConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

HumanAgentAssistantConfig()

public HumanAgentAssistantConfig()

HumanAgentAssistantConfig(HumanAgentAssistantConfig)

public HumanAgentAssistantConfig(HumanAgentAssistantConfig other)
Parameter
NameDescription
otherHumanAgentAssistantConfig

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
TypeDescription
HumanAgentAssistantConfig.Types.SuggestionConfig

HumanAgentSuggestionConfig

public HumanAgentAssistantConfig.Types.SuggestionConfig HumanAgentSuggestionConfig { get; set; }

Configuration for agent assistance of human agent participant.

Property Value
TypeDescription
HumanAgentAssistantConfig.Types.SuggestionConfig

MessageAnalysisConfig

public HumanAgentAssistantConfig.Types.MessageAnalysisConfig MessageAnalysisConfig { get; set; }

Configuration for message analysis.

Property Value
TypeDescription
HumanAgentAssistantConfig.Types.MessageAnalysisConfig

NotificationConfig

public NotificationConfig NotificationConfig { get; set; }

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

Property Value
TypeDescription
NotificationConfig