Class: Google::Cloud::Retail::V2::ListGenerativeQuestionConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListGenerativeQuestionConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/generative_question_service.rb
Overview
Response for ListQuestions method.
Instance Attribute Summary collapse
-
#generative_question_configs ⇒ ::Array<::Google::Cloud::Retail::V2::GenerativeQuestionConfig>
All the questions for a given catalog.
Instance Attribute Details
#generative_question_configs ⇒ ::Array<::Google::Cloud::Retail::V2::GenerativeQuestionConfig>
Returns All the questions for a given catalog.
62 63 64 65 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 62 class ListGenerativeQuestionConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |