class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig

Configuration specific to LivePerson (www.liveperson.com).

Attributes

account_number[RW]

Required. Account number of the LivePerson account to connect. This is the account number you input at the login page. Corresponds to the JSON property `accountNumber` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 10093
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 10098
def update!(**args)
  @account_number = args[:account_number] if args.key?(:account_number)
end