View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig (google_api_dialogflow v0.74.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.