我现在想用 rasa 做日程提醒。我向 rasa 发送了一个请求。URL 为http://localhost:5006/webhooks/rest/webhook 请求正文为:
{
"sender": "rasa",
"message": "Remind me to go to the meeting after one minutes"
}
但是日程到了,我想向客户端(例如应用程序)发送通知,以提醒用户该做什么。
我该怎么做?有什么办法可以做到这一点?非常感谢!
我现在想用 rasa 做日程提醒。我向 rasa 发送了一个请求。URL 为http://localhost:5006/webhooks/rest/webhook 请求正文为:
{
"sender": "rasa",
"message": "Remind me to go to the meeting after one minutes"
}
但是日程到了,我想向客户端(例如应用程序)发送通知,以提醒用户该做什么。
我该怎么做?有什么办法可以做到这一点?非常感谢!