Open crispywong opened 5 years ago
Hi, I also have this question.
Same here, I tried the payload below on Slack but only fulfillmentText
works
"fulfillmentText": "This is a text response",
"source": "local",
"payload": {
"slack": {
"text": "This is a text response for Slack."
}
}
}
Hi,
I would like to ask how to custom payload for carousel, image in other platforms like Facebook, Telegram and etc.
Information
This is code snippet to return carousel response to Telegram and Google. It worked in google assistant but failed to display carousel list in Telegram. Only text "Category list" was displayed in Telegram.
Is there any mistake in the payload for Telegram? Could anyone provide guidance on this?
Thanks in advanced.
Thank you.
Regards.