GoogleCloudDialogflowV2ListToolsResponse constructor
GoogleCloudDialogflowV2ListToolsResponse({
- String? nextPageToken,
- List<
GoogleCloudDialogflowV2Tool> ? tools,
Implementation
GoogleCloudDialogflowV2ListToolsResponse({this.nextPageToken, this.tools});