Class: Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/generative_question_service.rb
Overview
Aggregated response for UpdateGenerativeQuestionConfig method.
Instance Attribute Summary collapse
-
#generative_question_configs ⇒ ::Array<::Google::Cloud::Retail::V2::GenerativeQuestionConfig>
Optional.
Instance Attribute Details
#generative_question_configs ⇒ ::Array<::Google::Cloud::Retail::V2::GenerativeQuestionConfig>
Returns Optional. The updates question configs.
102 103 104 105 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 102 class BatchUpdateGenerativeQuestionConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |