Class: Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}.

Returns:

  • (::String)

    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.

Returns:



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