How to have rasa bot repeat its last utterance without using custom actions

Hello there,

I am working on a project which is very time constrained and requires remote deployment (which I have done using Microsoft Azure and AKS) so I would rather not use custom actions as these require extra deployment steps.

Do you have any tips on how I may complete the following using only rules, stories, default actions, forms etc… The idea would be for the user to be able to prompt the bot to repeat its last utterance.

Bot: “Could you give me your identification number please?” User: “I am confused, could you say that again?” (classified as user_lost intent) Bot: “Sure let me repeat that” Bot: “Could you give me your identification number please?”

Ideally, doing so would not disrupt the flow of the story and after the user has asked for clarification the story continues the way it is meant to. I have searched online and have not found any solution that worked for me.

Any help or pointers would be very appreciated.

Thank you.