0
我的節點JS應用程序中的chatfuel JSON API出現問題。 我嘗試捕獲錯誤並返回一條消息+ redirect_to_block以便能夠再次詢問用戶。 我的錯誤檢測效果很好,如果我試圖顯示一條消息只有它的作品。我的JSON是:Chatfuel redirect_to_blocks不起作用
[{"text":"Please type again"}]
但我不能添加一個redirect_to_blocks到這(我甚至沒有文字信息顯示)。 我想這些解決方案(也可能多一些),但我覺得我沒得到JSON結構:
// Solution 1
[{ "message": { "text": "Please type again" }, "redirect_to_blocks": ["When?"] }]
// Solution 2
[{ "messages": { "text": "Please type again" }, "block_names": ["When?"], "type": "show_block", "title": "go" }]
// Solution 3
[{ "text": "Please type again" }, "redirect_to_blocks": ["When?"] }]
這裏是我想要添加的塊(我甚至不知道我有名字給到JSON)
謝謝!
{
"set_attributes": {
"redirectBlock": <your block name>
}
}
和Chatfuel建立結構如下: