GoogleCloudDialogflowCxV3ListTestCaseResultsResponse constructor
GoogleCloudDialogflowCxV3ListTestCaseResultsResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowCxV3TestCaseResult> ? testCaseResults,
Implementation
GoogleCloudDialogflowCxV3ListTestCaseResultsResponse({
this.nextPageToken,
this.testCaseResults,
});