Class: Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig::SalesforceLiveAgentConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb

Overview

Configuration specific to Salesforce Live Agent.

Instance Attribute Summary collapse

Instance Attribute Details

#button_id::String

Returns Required. Live Agent chat button ID.

Returns:

  • (::String)

    Required. Live Agent chat button ID.



614
615
616
617
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 614

class SalesforceLiveAgentConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#deployment_id::String

Returns Required. Live Agent deployment ID.

Returns:

  • (::String)

    Required. Live Agent deployment ID.



614
615
616
617
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 614

class SalesforceLiveAgentConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#endpoint_domain::String

Returns 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.

Returns:

  • (::String)

    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.



614
615
616
617
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 614

class SalesforceLiveAgentConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#organization_id::String

Returns Required. The organization ID of the Salesforce account.

Returns:

  • (::String)

    Required. The organization ID of the Salesforce account.



614
615
616
617
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 614

class SalesforceLiveAgentConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end