Class: Google::Apis::PaymentsresellersubscriptionV1::GenerateUserSessionRequest
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::GenerateUserSessionRequest
- 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
-
#intent_payload ⇒ Google::Apis::PaymentsresellersubscriptionV1::IntentPayload
The payload that describes the user intent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenerateUserSessionRequest
constructor
A new instance of GenerateUserSessionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_payload ⇒ Google::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 |