Lines Matching refs:postBody

46    * @param GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest $postBody
50 …tchDelete($parent, GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest $postBody, $optParams = []) argument
52 $params = ['parent' => $parent, 'postBody' => $postBody];
65 * @param GoogleCloudDialogflowCxV3BatchRunTestCasesRequest $postBody
69 …public function batchRun($parent, GoogleCloudDialogflowCxV3BatchRunTestCasesRequest $postBody, $op… argument
71 $params = ['parent' => $parent, 'postBody' => $postBody];
96 * @param GoogleCloudDialogflowCxV3TestCase $postBody
100 public function create($parent, GoogleCloudDialogflowCxV3TestCase $postBody, $optParams = []) argument
102 $params = ['parent' => $parent, 'postBody' => $postBody];
116 * @param GoogleCloudDialogflowCxV3ExportTestCasesRequest $postBody
120 …public function export($parent, GoogleCloudDialogflowCxV3ExportTestCasesRequest $postBody, $optPar… argument
122 $params = ['parent' => $parent, 'postBody' => $postBody];
151 * @param GoogleCloudDialogflowCxV3ImportTestCasesRequest $postBody
155 …public function import($parent, GoogleCloudDialogflowCxV3ImportTestCasesRequest $postBody, $optPar… argument
157 $params = ['parent' => $parent, 'postBody' => $postBody];
191 * @param GoogleCloudDialogflowCxV3TestCase $postBody
198 public function patch($name, GoogleCloudDialogflowCxV3TestCase $postBody, $optParams = []) argument
200 $params = ['name' => $name, 'postBody' => $postBody];
213 * @param GoogleCloudDialogflowCxV3RunTestCaseRequest $postBody
217 public function run($name, GoogleCloudDialogflowCxV3RunTestCaseRequest $postBody, $optParams = []) argument
219 $params = ['name' => $name, 'postBody' => $postBody];