Class: Google::Cloud::Dialogflow::CX::V3::StopExperimentRequest

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.StopExperiment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the experiment to stop. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.

Returns:

  • (::String)

    Required. Resource name of the experiment to stop. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.



438
439
440
441
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 438

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