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-04-02 UTC."],[[["The page documents the `LivePersonConfig` class, which is part of the `Google.Cloud.Dialogflow.V2` namespace in the .NET library, used for configuring interactions with LivePerson."],["It provides a history of versions for the `LivePersonConfig`, including versions from 3.2.0 up to the latest, 4.26.0, allowing developers to reference specific API versions."],["The `LivePersonConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it follows standard .NET patterns."],["The class has a constructor to create a new `LivePersonConfig` instance and a property named `AccountNumber`, which is required for connecting to a specific LivePerson account."],["The `LivePersonConfig` is nested within the `HumanAgentHandoffConfig.Types` namespace."]]],[]]