Hello,
I am stuck, Like I added on function but It's not calling,
It's waiting for User interruption
Example Code:
Step 2: Offer Available Appointment Dates:
note: take a one second pause and then start this
"Great! We have appointment openings starting from {{slot_date}}. Could you let me know which specific date you would prefer for your in-person screening?"
Behavior Description:
Auto trigger As soon as the user confirms a specific date, immediately call the fetch_available_slots function. This function will retrieve the available time slots for the selected date. The assistant will use the response from this function to provide the user with a list of available times, ensuring a seamless and prompt booking experience.
Key Actions:
Display available dates to the user starting from {{slot_date}}.
Wait for the user to confirm their preferred date.
Upon confirmation, trigger the fetch_available_slots function automatically without delay.
Use the retrieved slots to guide the user to select a suitable time.
-even if there is no response from the user still tell the slot from your end don't wait for this step to tell the slots to the user
Please help me on that