GoogleCloudDialogflowV2ListToolsResponse constructor

GoogleCloudDialogflowV2ListToolsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowV2Tool>? tools,
})

Implementation

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