Class: Google::Cloud::Dialogflow::CX::V3::DeleteExperimentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeleteExperimentRequest
- 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.DeleteExperiment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the
Environment to delete. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>
.
414 415 416 417 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 414 class DeleteExperimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |