Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb
Overview
Request for BatchUpdateGenerativeQuestionConfig method.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest
constructor
A new instance of GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest
Returns a new instance of GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest.
2848 2849 2850 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2848 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUpdateGenerativeQuestionConfigRequest>
Required. The updates question configs.
Corresponds to the JSON property requests
2846 2847 2848 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2846 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2853 2854 2855 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2853 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |