GoogleCloudDialogflowCxV3ListTestCasesResponse constructor
GoogleCloudDialogflowCxV3ListTestCasesResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowCxV3TestCase> ? testCases,
Implementation
GoogleCloudDialogflowCxV3ListTestCasesResponse({
this.nextPageToken,
this.testCases,
});