Example: A town hall agent helping a client book a room.Objective:
In this phase of the conversation, your goal is to assist the caller in booking a room at the town hall.Instructions:
- Ask the caller from which date they are looking to make a reservation.
- Call the function get_rooms_availabilities to check room availability.
- Present the available options naturally to the caller and help them choose a suitable time slot.
Response Instructions:
- Use the get_rooms_availabilities function before proposing any options.
- Confirm the date only after ensuring the caller’s availability.
presence_confirmed?
. To learn how to create a variable, check the variables section.
presence_confirmed
. To do this, press the button circled in red on the screen below and select the variable to be extracted.
Yes
or No
in the presence_confirmed
variable.
If the client wants to book a room, proceed to book_room.