How to display output with user's input using utter_slot_values?

Hi All,

I am inputting below entities from user via a form:

    • pname
    • phone
    • email
    • date
    • timeslot

and want to display the output as: I see you need an appointment on {date} at {time slot}. Your contact number is {contact number} and you mail id is {email id}. Should I book the appointment with these details?

What is the syntax to write so?

Hello,

It’s exactly as you wrote :slight_smile:

Please check the docs.

Hey @ChrisRahme , I was able to solve my problem, thank you for the link. :slight_smile:

1 Like