Class: Google::Cloud::Retail::V2::UpdateGenerativeQuestionConfigRequest

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 UpdateGenerativeQuestionConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#generative_question_config::Google::Cloud::Retail::V2::GenerativeQuestionConfig

Returns Required. The question to update.

Returns:



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.

Returns:



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