Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateExperimentRequest.
The request message for Experiments.CreateExperiment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#experiment
def experiment() -> ::Google::Cloud::Dialogflow::CX::V3::Experiment
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Experiment) — Required. The experiment to create.
#experiment=
def experiment=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Experiment
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Experiment) — Required. The experiment to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Experiment) — Required. The experiment to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The Agent to create an
Environment for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The Agent to create an
Environment for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.
Returns
-
(::String) — Required. The Agent to create an
Environment for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.