Class: Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig::LivePersonConfig

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

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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