我已经使用dialogflow一键集成进行电报。当用户单击重定向到外部站点的按钮链接时,如何触发跟进意图?
agent.add(
new Card({
title: `Please click the link below and input your Password.`,
buttonText: "Click to input your password",
buttonUrl: "https://password.com/",
meta: "run intent"
})
);
我添加了一个元密钥,但这没用。
谢谢