Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::UpdateGenerativeQuestionsFeatureConfigRequest.
Request for UpdateGenerativeQuestionsFeatureConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#generative_questions_feature_config
def generative_questions_feature_config() -> ::Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig
Returns
- (::Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig) — Required. The configuration managing the feature state.
#generative_questions_feature_config=
def generative_questions_feature_config=(value) -> ::Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig
Parameter
- value (::Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig) — Required. The configuration managing the feature state.
Returns
- (::Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig) — Required. The configuration managing the feature state.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.