GoogleCloudDialogflowCxV3ListDeploymentsResponse constructor

GoogleCloudDialogflowCxV3ListDeploymentsResponse({
  1. List<GoogleCloudDialogflowCxV3Deployment>? deployments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListDeploymentsResponse({
  this.deployments,
  this.nextPageToken,
});