We are trying to build chat bot using AWS Lex.
The idea is as follows 1) After the introduction text ,we ask the user his preferences in order A->B->C.
All the above preferences are slots in the Intent we created. Now once the user fills A,B and C we are supposed to show recommendations based on the preferences (The response will be Array of image,title and link and fetched from API dynamically) and the user needs to choose from them. How should we proceed as I can create lamda but not sure which type to use while providing a response to lex. If we provide Delegate it will just instruct Lex to move forward. It is not fulfillment as we want to user to choose from the recommendations.
Please help
Regards Raghav