Google Cloud Dialogflow v2 API - Class HumanAgentHandoffConfig (4.16.0)

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.

Inheritance

object > HumanAgentHandoffConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

HumanAgentHandoffConfig()

public HumanAgentHandoffConfig()

HumanAgentHandoffConfig(HumanAgentHandoffConfig)

public HumanAgentHandoffConfig(HumanAgentHandoffConfig other)
Parameter
NameDescription
otherHumanAgentHandoffConfig

Properties

AgentServiceCase

public HumanAgentHandoffConfig.AgentServiceOneofCase AgentServiceCase { get; }
Property Value
TypeDescription
HumanAgentHandoffConfigAgentServiceOneofCase

LivePersonConfig

public HumanAgentHandoffConfig.Types.LivePersonConfig LivePersonConfig { get; set; }

Uses LivePerson (https://www.liveperson.com).

Property Value
TypeDescription
HumanAgentHandoffConfigTypesLivePersonConfig

SalesforceLiveAgentConfig

public HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig SalesforceLiveAgentConfig { get; set; }

Uses Salesforce Live Agent.

Property Value
TypeDescription
HumanAgentHandoffConfigTypesSalesforceLiveAgentConfig