我已将对话框流一键式集成用于电报。当用户单击重定向到外部站点的按钮链接时,如何触发后续意图?
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"
})
);
我添加了一个元密钥,但这不起作用。
谢谢