public sealed class HumanAgentHandoffConfig : IMessage<HumanAgentHandoffConfig>, IEquatable<HumanAgentHandoffConfig>, IDeepCloneable<HumanAgentHandoffConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentHandoffConfig.
Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
Currently, this feature is not general available, please contact Google to get access.
Implements
IMessageHumanAgentHandoffConfig, IEquatableHumanAgentHandoffConfig, IDeepCloneableHumanAgentHandoffConfig, IBufferMessage, IMessageInherited Members
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
HumanAgentHandoffConfig()
public HumanAgentHandoffConfig()
HumanAgentHandoffConfig(HumanAgentHandoffConfig)
public HumanAgentHandoffConfig(HumanAgentHandoffConfig other)
Parameter | |
---|---|
Name | Description |
other |
HumanAgentHandoffConfig |
Properties
AgentServiceCase
public HumanAgentHandoffConfig.AgentServiceOneofCase AgentServiceCase { get; }
Property Value | |
---|---|
Type | Description |
HumanAgentHandoffConfigAgentServiceOneofCase |
LivePersonConfig
public HumanAgentHandoffConfig.Types.LivePersonConfig LivePersonConfig { get; set; }
Uses LivePerson.
Property Value | |
---|---|
Type | Description |
HumanAgentHandoffConfigTypesLivePersonConfig |
SalesforceLiveAgentConfig
public HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig SalesforceLiveAgentConfig { get; set; }
Uses Salesforce Live Agent.
Property Value | |
---|---|
Type | Description |
HumanAgentHandoffConfigTypesSalesforceLiveAgentConfig |