GoogleCloudDialogflowCxV3ListVersionsResponse constructor

GoogleCloudDialogflowCxV3ListVersionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3Version>? versions,
})

Implementation

GoogleCloudDialogflowCxV3ListVersionsResponse({
  this.nextPageToken,
  this.versions,
});