I am trying to create a follow up prompt (next response from the bot) in the console itself and not using Lambda functions. when I click on an option from the list of response cards.
In the above image, when I click 'color2', the next response (as a text or as a list of response cards) from the bot should be 'list of products in red are: a,b,c' (or a,b,c as prompts). I see no option on the console to set up an action for the button.
The response in the console is as below:
{
"dialogState": "ElicitIntent",
"intentName": null,
"message": "Sorry, can you please repeat that?",
"messageFormat": "PlainText",
"responseCard": null,
"sessionAttributes": {},
"slotToElicit": null,
"slots": null
}