GoogleCloudDialogflowCxV3ListToolsResponse constructor

GoogleCloudDialogflowCxV3ListToolsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3Tool>? tools,
})

Implementation

GoogleCloudDialogflowCxV3ListToolsResponse({this.nextPageToken, this.tools});