为什么此卡片和建议丰富的回复未显示在 dialogflow 消息集成中?

问题描述

我在 Dialogflow 执行内联编辑器中添加了建议芯片响应。但是当我尝试在 dialogflow messanger 集成中进行测试时,没有显示建议?

const {Card,Suggestion} = require('dialogflow-fulfillment');

function richMessageButtonHandler(agent) {
        agent.add("Select one");
        agent.add(new Suggestion("Quick Reply"));
        agent.add(new Suggestion("Suggestion"));
    }

enter image description here

请帮我解决这个问题。我该如何解决这个问题?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)