Home
last modified time | relevance | path

Searched refs:GoogleCloudDialogflowCxV3TestCase (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsTestCases.php27 use Google\Service\Dialogflow\GoogleCloudDialogflowCxV3TestCase; alias
96 * @param GoogleCloudDialogflowCxV3TestCase $postBody
98 * @return GoogleCloudDialogflowCxV3TestCase
100 public function create($parent, GoogleCloudDialogflowCxV3TestCase $postBody, $optParams = [])
104 return $this->call('create', [$params], GoogleCloudDialogflowCxV3TestCase::class);
132 * @return GoogleCloudDialogflowCxV3TestCase
138 return $this->call('get', [$params], GoogleCloudDialogflowCxV3TestCase::class);
191 * @param GoogleCloudDialogflowCxV3TestCase $postBody
196 * @return GoogleCloudDialogflowCxV3TestCase
198 public function patch($name, GoogleCloudDialogflowCxV3TestCase $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TestCaseError.php24 protected $testCaseType = GoogleCloudDialogflowCxV3TestCase::class;
42 * @param GoogleCloudDialogflowCxV3TestCase
44 public function setTestCase(GoogleCloudDialogflowCxV3TestCase $testCase)
49 * @return GoogleCloudDialogflowCxV3TestCase
H A DGoogleCloudDialogflowCxV3ListTestCasesResponse.php27 protected $testCasesType = GoogleCloudDialogflowCxV3TestCase::class;
45 * @param GoogleCloudDialogflowCxV3TestCase[]
52 * @return GoogleCloudDialogflowCxV3TestCase[]
H A DGoogleCloudDialogflowCxV3TestCase.php20 class GoogleCloudDialogflowCxV3TestCase extends \Google\Collection class
165 class_alias(GoogleCloudDialogflowCxV3TestCase::class, 'Google_Service_Dialogflow_GoogleCloudDialogf…