Class: Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig::LivePersonConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig::LivePersonConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Configuration specific to LivePerson.
Instance Attribute Summary collapse
-
#account_number ⇒ ::String
Required.
Instance Attribute Details
#account_number ⇒ ::String
Returns Required. Account number of the LivePerson account to connect. This is the account number you input at the login page.
593 594 595 596 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 593 class LivePersonConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |