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.



483
484
485
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 483

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



481
482
483
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 481

def intent_payload
  @intent_payload
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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