Class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest
- 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
[Preview only] Request to generate a user session.
Instance Attribute Summary collapse
-
#intent_payload ⇒ Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1IntentPayload
The payload that describes the user intent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest
constructor
A new instance of GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest
Returns a new instance of GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest.
466 467 468 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intent_payload ⇒ Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1IntentPayload
The payload that describes the user intent.
Corresponds to the JSON property intentPayload
464 465 466 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 464 def intent_payload @intent_payload end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
471 472 473 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 471 def update!(**args) @intent_payload = args[:intent_payload] if args.key?(:intent_payload) end |