Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class StartExperimentRequest.
The request message for Experiments.StartExperiment .
Generated from protobuf message google.cloud.dialogflow.cx.v3.StartExperimentRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of the experiment to start. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>
.
getName
Required. Resource name of the experiment to start.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>
.
string
setName
Required. Resource name of the experiment to start.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>
.
var
string
$this
static::build
name
string
Required. Resource name of the experiment to start.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>
. Please see ExperimentsClient::experimentName()
for help formatting this field.