Play a message to the user after confirmation prompt. like “Please wait. While we are fetching your details”
问题 I have set up a Lex bot which provides the order status to the user. User invoked the intent with a specific utterance. Then lex bot asked the information as requested in the slot specified. Then confirmation prompt is invoked "Are you sure you want information" and the user said "yes". before replying the user with the information, when the user says yes I want that lex bot should say "Please wait, while we are fetching your information". I have tried with different intents invoke. but