Gupshup始终可见自定义键盘

时间:2019-06-11 12:59:15

标签: gupshup

是否总是可以在gupshup中显示“自定义键盘”(选项Vanilla,Chocolate,Butterscotch)?

原始示例:

if (event.message == "hi"){
        var payload = {"type":"survey","question":"Hello,What is your
                favourite flavour of icecream?","options":
                      ["Vanilla","Chocolate","Butterscotch"]};
        context.sendResponse(JSON.stringify(payload));
        return;        
   }

if (event.message == "Vanilla"){
        context.sendResponse("Ok, getting vanilla ice cream");
        return;
   }

0 个答案:

没有答案