Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig (4.17.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.

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
HumanAgentAssistantConfigTypesSuggestionConfig

HumanAgentSuggestionConfig

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

Configuration for agent assistance of human agent participant.

Property Value
TypeDescription
HumanAgentAssistantConfigTypesSuggestionConfig

MessageAnalysisConfig

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

Configuration for message analysis.

Property Value
TypeDescription
HumanAgentAssistantConfigTypesMessageAnalysisConfig

NotificationConfig

public NotificationConfig NotificationConfig { get; set; }

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

Property Value
TypeDescription
NotificationConfig