public sealed class SalesforceLiveAgentConfig : IMessage<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IEquatable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IDeepCloneable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IBufferMessage, IMessage
Required. Domain of the Live Agent endpoint for this agent. You can find
the endpoint URL in the Live Agent settings page. For example if URL
has the form https://d.la4-c2-phx.salesforceliveagent.com/...,
you should fill in d.la4-c2-phx.salesforceliveagent.com.
[[["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."],[[["This webpage provides documentation for the `SalesforceLiveAgentConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for versions ranging from 3.2.0 to the latest version 4.26.0."],["The `SalesforceLiveAgentConfig` class is used to define configuration settings for integrating with Salesforce Live Agent in Dialogflow interactions, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `ButtonId`, `DeploymentId`, `EndpointDomain`, and `OrganizationId`, all of which are required to set up the Live Agent integration, and they are strings that specify unique IDs, endpoint domains, and organization ID."],["The `SalesforceLiveAgentConfig` class has two constructors, one being default and the other accepting a `HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig` object as an argument, allowing for initialization from an existing config."],["It provides methods inherited from the `Object` class, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are typically used for general object operations in .NET."]]],[]]