将 canvas API 集成到 dialogflow 聊天机器人或任何聊天机器人?

Integrate canvas API to a dialogflow chatbot or any chatbot?

我想制作一个聊天机器人,用户可以在其中询问他们的成绩和作业。

基本上我想将 canvas API 集成到聊天机器人中,这可能吗?

从广义上讲,是的,这在技术上是可行的。

您可以根据该信息创建 fulfillment webhook that gets the Intent and parameters from what the user has said, make the calls to the Canvas API,并 return 对用户的响应。