当用户单击对话框流程按钮链接时如何触发跟进意图

时间:2019-03-20 19:54:05

标签: dialogflow-fulfillment

我已经使用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"

      })
    );

我添加了一个元密钥,但这没用。

谢谢

0 个答案:

没有答案