View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig (google_api_dialogflow v0.78.0)

Configuration specific to Salesforce Live Agent.

Attributes

  • buttonId (type: String.t, default: nil) - Required. Live Agent chat button ID.
  • deploymentId (type: String.t, default: nil) - Required. Live Agent deployment ID.
  • endpointDomain (type: String.t, default: nil) - 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.
  • organizationId (type: String.t, default: nil) - Required. The organization ID of the Salesforce account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig{
    buttonId: String.t() | nil,
    deploymentId: String.t() | nil,
    endpointDomain: String.t() | nil,
    organizationId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.