Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaListGenerativeQuestionConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaListGenerativeQuestionConfigsResponse
- 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
Response for ListQuestions method.
Instance Attribute Summary collapse
-
#generative_question_configs ⇒ Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGenerativeQuestionConfig>
All the questions for a given catalog.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaListGenerativeQuestionConfigsResponse
constructor
A new instance of GoogleCloudRetailV2betaListGenerativeQuestionConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaListGenerativeQuestionConfigsResponse
Returns a new instance of GoogleCloudRetailV2betaListGenerativeQuestionConfigsResponse.
4841 4842 4843 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4841 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generative_question_configs ⇒ Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGenerativeQuestionConfig>
All the questions for a given catalog.
Corresponds to the JSON property generativeQuestionConfigs
4839 4840 4841 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4839 def generative_question_configs @generative_question_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4846 4847 4848 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4846 def update!(**args) @generative_question_configs = args[:generative_question_configs] if args.key?(:generative_question_configs) end |