Lines Matching refs:GoogleCloudDialogflowCxV3Experiment
20 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3Experiment; alias
41 * @param GoogleCloudDialogflowCxV3Experiment $postBody
43 * @return GoogleCloudDialogflowCxV3Experiment
45 public function create($parent, GoogleCloudDialogflowCxV3Experiment $postBody, $optParams = [])
49 return $this->call('create', [$params], GoogleCloudDialogflowCxV3Experiment::class);
71 * @return GoogleCloudDialogflowCxV3Experiment
77 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Experiment::class);
104 * @param GoogleCloudDialogflowCxV3Experiment $postBody
109 * @return GoogleCloudDialogflowCxV3Experiment
111 public function patch($name, GoogleCloudDialogflowCxV3Experiment $postBody, $optParams = [])
115 return $this->call('patch', [$params], GoogleCloudDialogflowCxV3Experiment::class);
125 * @return GoogleCloudDialogflowCxV3Experiment
131 return $this->call('start', [$params], GoogleCloudDialogflowCxV3Experiment::class);
141 * @return GoogleCloudDialogflowCxV3Experiment
147 return $this->call('stop', [$params], GoogleCloudDialogflowCxV3Experiment::class);