public sealed class LivePersonConfig : IMessage<HumanAgentHandoffConfig.Types.LivePersonConfig>, IEquatable<HumanAgentHandoffConfig.Types.LivePersonConfig>, IDeepCloneable<HumanAgentHandoffConfig.Types.LivePersonConfig>, IBufferMessage, IMessage
[[["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."],[[["The webpage provides documentation for the `LivePersonConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its use in human agent handoff configurations."],["The `LivePersonConfig` class is part of the Google Cloud Dialogflow V2 .NET library, specifically within the `HumanAgentHandoffConfig.Types` namespace, with its documentation being versioned from 3.2.0 up to 4.26.0."],["`LivePersonConfig` is designed to integrate with the LivePerson platform, allowing configuration for routing conversations to human agents, and it inherits from the base `Object` class, while implementing multiple interfaces."],["The primary constructor `LivePersonConfig()` and a copy constructor `LivePersonConfig(HumanAgentHandoffConfig.Types.LivePersonConfig other)` are included, with the copy constructor taking another `LivePersonConfig` instance as a parameter."],["The `AccountNumber` property is a crucial string value that is required, representing the LivePerson account number, which is necessary for logging into and connecting with the LivePerson system."]]],[]]