Class: Google::Cloud::Dialogflow::CX::V3::UpdateExperimentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb

Overview

The request message for Experiments.UpdateExperiment.

Instance Attribute Summary collapse

Instance Attribute Details

#experiment::Google::Cloud::Dialogflow::CX::V3::Experiment

Returns Required. The experiment to update.

Returns:



402
403
404
405
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 402

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The mask to control which fields get updated.

Returns:



402
403
404
405
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 402

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