Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit a3b5eb1

Browse files
author
Nathan Zylbersztejn
authored
Merge pull request #48 from botfront/fix/messages-type
fix: add type to quick replies
2 parents 2cb5dfd + 813de25 commit a3b5eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rasa_addons/core/channels/webchat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async def send_text_with_buttons(
7373
for button in buttons:
7474
message["quick_replies"].append(
7575
{
76+
"type": button["type"],
7677
"content_type": "text",
7778
"title": button["title"],
7879
"payload": button["payload"],

0 commit comments

Comments
 (0)