I am trying to add a Response card to one of the prompt using GUI as described in this following documentation Using Response Card
But When i build and test the Bot I am only getting text prompts not the Response card.
So I am unable to find out where i am going wrong.
How to solve this ?
Asked
Active
Viewed 2,733 times
0

Rudresh
- 75
- 3
- 13
-
Did you specify title? Can you share the screenshot of your response card that you have defined in console? – Saurabh Sep 01 '17 at 06:17
-
i have added the screenshot, if anything else is required let me know @Saurabh – Rudresh Sep 01 '17 at 09:05
-
check out this answer for detailed steps of how to add response cards. https://stackoverflow.com/a/47646930/3196845 – sid8491 Dec 18 '17 at 08:18
1 Answers
4
So, first thing to know: Response Cards are not shown in Amazon Lex Test Console!
I realized this after many frustrating attempts to have an image rendered in Lex’s Test Console. This can be found in the official docs here.
I have made this example of a chatbot I made for Facebook Messenger and it renders Response Cards perfectly.

imTachu
- 3,759
- 4
- 29
- 56
-
Do you know if Response Cards are supported in Web Embed ? https://github.com/awslabs/aws-lex-web-ui – Naveen Vijay Nov 15 '17 at 22:56