I just want to ask if there's a possibility of having more than 5 choices in the response card for a slot in AWS Lex or a paging ability? I checked out the AWS docs but there's no mention of having more than 5 options or a paging ability.
Here's my dashboard screen:
Update:
I had to implement some sort of categorization of the responses and group them accordingly which resulted to the bot to ask multiple questions before giving the final answer.
You are absolutely correct, the array of buttons
inside genericAttachments
of response cards has a maximum size of 5.
Source: AWS documentation.