GoogleCloudDialogflowCxV3ListFlowsResponse constructor
GoogleCloudDialogflowCxV3ListFlowsResponse({
- List<
GoogleCloudDialogflowCxV3Flow> ? flows, - String? nextPageToken,
Implementation
GoogleCloudDialogflowCxV3ListFlowsResponse({
this.flows,
this.nextPageToken,
});