Class: Google::Apis::RetailV2::GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse

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

Overview

Aggregated response for UpdateGenerativeQuestionConfig method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse

Returns a new instance of GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse.



591
592
593
# File 'lib/google/apis/retail_v2/classes.rb', line 591

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

Instance Attribute Details

#generative_question_configsArray<Google::Apis::RetailV2::GoogleCloudRetailV2GenerativeQuestionConfig>

Optional. The updates question configs. Corresponds to the JSON property generativeQuestionConfigs



589
590
591
# File 'lib/google/apis/retail_v2/classes.rb', line 589

def generative_question_configs
  @generative_question_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



596
597
598
# File 'lib/google/apis/retail_v2/classes.rb', line 596

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