Class: Google::Apis::PaymentsresellersubscriptionV1::GenerateUserSessionRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/paymentsresellersubscription_v1/classes.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb

Overview

Request to generate a user session.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenerateUserSessionRequest

Returns a new instance of GenerateUserSessionRequest.



491
492
493
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 491

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#intent_payloadGoogle::Apis::PaymentsresellersubscriptionV1::IntentPayload

The payload that describes the user intent. Corresponds to the JSON property intentPayload



489
490
491
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 489

def intent_payload
  @intent_payload
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



496
497
498
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 496

def update!(**args)
  @intent_payload = args[:intent_payload] if args.key?(:intent_payload)
end