Class: Google::Cloud::Retail::V2::BatchUpdateGenerativeQuestionConfigsResponse

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

Aggregated response for UpdateGenerativeQuestionConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#generative_question_configs::Array<::Google::Cloud::Retail::V2::GenerativeQuestionConfig>

Returns Optional. The updates question configs.

Returns:



102
103
104
105
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 102

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