Responses in the middle of the form

How could I utter a message while in the middle of the form, for example:

Me: I want to order a pizza
Bot: What size do you want?
Me: Big
Bot: Remembered Big pizza <----------- Response that I want to add
Bot: What type of pizza do you want?
Me: Meat
Bot Remembered Meat pizza <----------- Response that I want to add

Right now, the bot skip the responses and work as below:

Me: I want to order a pizza
Bot: What size do you want?
Me: Big
Bot: What type of pizza do you want?
Me: Meat

How could I achieve the upper example?