Class: Google::Cloud::Dialogflow::CX::V3::UpdateExperimentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateExperimentRequest
- 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
-
#experiment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#experiment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment
Returns Required. The experiment to update.
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.
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 |