Dialogflow API 上是否支持训练状态和webhook url 的查询?

Is there a query support for the training status and the webhook url on the API of Dialogflow?

我可以通过 API 获取训练状态和 webhook url 信息吗?我已经查看了文档,但找不到它。

Webhook URL 包含在 V2 API.

中由 projects.agent.export 导出的 ZIP 文件中的 agent.json

如果您调用 projects.agent.train, you can call projects.operations.get 的响应以确定训练操作的当前状态。