ProjectsLocationsAgentsTestCasesResults
class ProjectsLocationsAgentsTestCasesResults extends Resource (View source)
The "results" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$results = $dialogflowService->projects_locations_agents_testCases_results;
Methods
get(string $name, array $optParams = [])
Gets a test case result. (results.get)
listProjectsLocationsAgentsTestCasesResults(string $parent, array $optParams = [])
Fetches the list of run results for the given test case. A maximum of 100 results are kept for each test case.
Details
GoogleCloudDialogflowCxV3TestCaseResult
get(string $name, array $optParams = [])
Gets a test case result. (results.get)
GoogleCloudDialogflowCxV3ListTestCaseResultsResponse
listProjectsLocationsAgentsTestCasesResults(string $parent, array $optParams = [])
Fetches the list of run results for the given test case. A maximum of 100 results are kept for each test case.
(results.listProjectsLocationsAgentsTestCasesResults)