Class: Google::Cloud::Retail::V2::UpdateGenerativeQuestionsFeatureConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/generative_question_service.rb

Overview

Request for UpdateGenerativeQuestionsFeatureConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#generative_questions_feature_config::Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig

Returns Required. The configuration managing the feature state.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 33

class UpdateGenerativeQuestionsFeatureConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Indicates which fields in the provided GenerativeQuestionsFeatureConfig to update. If not set or empty, all supported fields are updated.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 33

class UpdateGenerativeQuestionsFeatureConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end