ProjectsLocationsAgentsTestCasesResource class
Methods
-
batchDelete(GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest request, String parent, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Batch deletes test cases.
-
batchRun(GoogleCloudDialogflowCxV3BatchRunTestCasesRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Kicks off a batch run of test cases.
-
calculateCoverage(String agent, {String? type, String? $fields})
→ Future<GoogleCloudDialogflowCxV3CalculateCoverageResponse>
-
Calculates the test coverage for an agent.
-
create(GoogleCloudDialogflowCxV3TestCase request, String parent, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3TestCase>
-
Creates a test case for the given agent.
-
export(GoogleCloudDialogflowCxV3ExportTestCasesRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Exports the test cases under the agent to a Cloud Storage bucket or a
local file.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3TestCase>
-
Gets a test case.
-
import(GoogleCloudDialogflowCxV3ImportTestCasesRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Imports the test cases from a Cloud Storage bucket or a local file.
-
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<GoogleCloudDialogflowCxV3ListTestCasesResponse>
-
Fetches a list of test cases for a given agent.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDialogflowCxV3TestCase request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDialogflowCxV3TestCase>
-
Updates the specified test case.
-
run(GoogleCloudDialogflowCxV3RunTestCaseRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Kicks off a test case run.
-
toString()
→ String
-
A string representation of this object.
inherited