Class: Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/generative_question_service.rb
Overview
Request for UpdateGenerativeQuestionConfig method.
Instance Attribute Summary collapse
-
#generative_question_config ⇒ ::Google::Cloud::Retail::V2::GenerativeQuestionConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#generative_question_config ⇒ ::Google::Cloud::Retail::V2::GenerativeQuestionConfig
Returns Required. The question to update.
80 81 82 83 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 80 class UpdateGenerativeQuestionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:
If not set or empty, all supported fields are updated.
80 81 82 83 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 80 class UpdateGenerativeQuestionConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |