for example- me: I want to book a room.
bot: How many rooms would you like to book?
me: 2 rooms
bot: What type of room would you want to book?
This is the first case The second type of query is:
me: I want to book a room for 2 people. bot: What type of room would you want to book?
So my bot should adjust itself according to user input. Also how I generalise number of people (for example book room for 2 people)? It can be in words (like two) or in numeric form.