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."],[[["This webpage details the `LivePersonConfig` class, which is part of the Google Cloud Dialogflow V2 library for .NET, and is used for configurations specific to integrating with LivePerson."],["The `LivePersonConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["The latest version of this class is 4.26.0, and the webpage lists numerous prior versions dating back to 3.2.0, enabling users to access the documentation of previous versions as needed."],["The class has a property named `AccountNumber` of type `String`, which is required and represents the LivePerson account number for connection."],["The webpage provides two constructors for the `LivePersonConfig` class: one default constructor and another that takes another instance of `LivePersonConfig` as a parameter."]]],[]]