GoogleCloudDialogflowCxV3ListFlowsResponse constructor

GoogleCloudDialogflowCxV3ListFlowsResponse({
  1. List<GoogleCloudDialogflowCxV3Flow>? flows,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListFlowsResponse({
  this.flows,
  this.nextPageToken,
});