public sealed class HumanAgentHandoffConfig : IMessage<HumanAgentHandoffConfig>, IEquatable<HumanAgentHandoffConfig>, IDeepCloneable<HumanAgentHandoffConfig>, IBufferMessage, IMessage
Defines the hand off to a live agent, typically on which external agent
service provider to connect to a conversation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `HumanAgentHandoffConfig` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, used to define connections to external live agent service providers for conversations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `HumanAgentHandoffConfig` class has two constructors: a default constructor and one that takes another `HumanAgentHandoffConfig` object for copying."],["Key properties of the `HumanAgentHandoffConfig` class include `AgentServiceCase`, `LivePersonConfig`, and `SalesforceLiveAgentConfig`, which facilitate connections to LivePerson and Salesforce Live Agent, respectively."],["The page provides links to numerous versions of the documentation for `HumanAgentHandoffConfig` class, ranging from version 3.2.0 up to the latest version, 4.26.0."]]],[]]