Class: Google::Cloud::Dialogflow::CX::V3::CreateExperimentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The experiment to create.

Returns:



389
390
391
392
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 389

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

#parent::String

Returns Required. The Agent to create an Environment for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.

Returns:

  • (::String)

    Required. The Agent to create an Environment for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.



389
390
391
392
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 389

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