Class: Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/generative_question_service.rb
Overview
Request for BatchUpdateGenerativeQuestionConfig method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Optional.
-
#requests ⇒ ::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}.
93 94 95 96 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 93 class BatchUpdateGenerativeQuestionConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest>
Returns Required. The updates question configs.
93 94 95 96 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 93 class BatchUpdateGenerativeQuestionConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |