GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse constructor
GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowCxV3PlaybookVersion> ? playbookVersions,
Implementation
GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse({
this.nextPageToken,
this.playbookVersions,
});