I have created a new intent in AWS Lex v2 where I have to show the user his entered slot initial responses in term of cards. The options that I have to show him are a total of 6, but when I am testing it on Facebook messenger it is only showing at most 3 cards at a time. This is because Facebook doesn't allows to show more than 3 cards at a time. Help me handle this issue to show all the necessary information that I require to show the user.
I tried doing it like I am showing the first two cards and then showing the text on the third card text as others. And the value of that third card is referencing to a new intent which shows the next 2 options on the card. And then repeating the same step to create another intent and showing the remaining responses. I don't think that this is the best possible option to handle a scenario like this.
Please guide !