ProjectsLocationsAgentsEnvironmentsExperiments
class ProjectsLocationsAgentsEnvironmentsExperiments extends Resource (View source)
The "experiments" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$experiments = $dialogflowService->projects_locations_agents_environments_experiments;
Methods
Creates an Experiment in the specified Environment. (experiments.create)
Deletes the specified Experiment. (experiments.delete)
Retrieves the specified Experiment. (experiments.get)
Returns the list of all experiments in the specified Environment.
Updates the specified Experiment. (experiments.patch)
Starts the specified Experiment. This rpc only changes the state of experiment from PENDING to RUNNING. (experiments.start)
Stops the specified Experiment. This rpc only changes the state of experiment from RUNNING to DONE. (experiments.stop)
Details
GoogleCloudDialogflowCxV3Experiment
create(string $parent, GoogleCloudDialogflowCxV3Experiment $postBody, array $optParams = [])
Creates an Experiment in the specified Environment. (experiments.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified Experiment. (experiments.delete)
GoogleCloudDialogflowCxV3Experiment
get(string $name, array $optParams = [])
Retrieves the specified Experiment. (experiments.get)
GoogleCloudDialogflowCxV3ListExperimentsResponse
listProjectsLocationsAgentsEnvironmentsExperiments(string $parent, array $optParams = [])
Returns the list of all experiments in the specified Environment.
(experiments.listProjectsLocationsAgentsEnvironmentsExperiments)
GoogleCloudDialogflowCxV3Experiment
patch(string $name, GoogleCloudDialogflowCxV3Experiment $postBody, array $optParams = [])
Updates the specified Experiment. (experiments.patch)
GoogleCloudDialogflowCxV3Experiment
start(string $name, GoogleCloudDialogflowCxV3StartExperimentRequest $postBody, array $optParams = [])
Starts the specified Experiment. This rpc only changes the state of experiment from PENDING to RUNNING. (experiments.start)
GoogleCloudDialogflowCxV3Experiment
stop(string $name, GoogleCloudDialogflowCxV3StopExperimentRequest $postBody, array $optParams = [])
Stops the specified Experiment. This rpc only changes the state of experiment from RUNNING to DONE. (experiments.stop)