GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse constructor

GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3PlaybookVersion>? playbookVersions,
})

Implementation

GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse({
  this.nextPageToken,
  this.playbookVersions,
});