如何让我的机器人响应非@我的机器人推文?
How do I make my bot respond to non-@ my bot tweets?
Dialogflow 似乎只能响应我的机器人发布的推文。有没有办法让它响应非@我的机器人推文?
Dialogflow 的内置 Twitter 集成适用于@-tweets 和 DM。
要处理任意推文,您必须使用 Dialogflow API and Twitter API, calling the detectIntent endpoint for each incoming tweet and posting the response via Twitter's API.
编写自己的 Twitter 集成
Dialogflow 似乎只能响应我的机器人发布的推文。有没有办法让它响应非@我的机器人推文?
Dialogflow 的内置 Twitter 集成适用于@-tweets 和 DM。
要处理任意推文,您必须使用 Dialogflow API and Twitter API, calling the detectIntent endpoint for each incoming tweet and posting the response via Twitter's API.
编写自己的 Twitter 集成