Google Cloud Dialogflow v2beta1 API - Class HumanAgentHandoffConfig (1.0.0-beta17)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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 (https://www.liveperson.com).

Property Value
Type Description
HumanAgentHandoffConfigTypesLivePersonConfig

SalesforceLiveAgentConfig

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

Uses Salesforce Live Agent.

Property Value
Type Description
HumanAgentHandoffConfigTypesSalesforceLiveAgentConfig