Class: Google::Cloud::Dialogflow::CX::V3::StartExperimentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the experiment to start. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>.

Returns:

  • (::String)

    Required. Resource name of the experiment to start. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/experiments/<Experiment ID>.



430
431
432
433
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 430

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