Class: Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig::SalesforceLiveAgentConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig::SalesforceLiveAgentConfig
- 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
-
#button_id ⇒ ::String
Required.
-
#deployment_id ⇒ ::String
Required.
-
#endpoint_domain ⇒ ::String
Required.
-
#organization_id ⇒ ::String
Required.
Instance Attribute Details
#button_id ⇒ ::String
Returns Required. Live Agent chat button ID.
712 713 714 715 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 712 class SalesforceLiveAgentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment_id ⇒ ::String
Returns Required. Live Agent deployment ID.
712 713 714 715 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 712 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.
712 713 714 715 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 712 class SalesforceLiveAgentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization_id ⇒ ::String
Returns Required. The organization ID of the Salesforce account.
712 713 714 715 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 712 class SalesforceLiveAgentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |