I am following Priyanka Vergadia dialogflow tutorial on Understanding Entities in Dialogflow and followed steps as she mentioned in the video. But for some reason my @AppointmentType custom entity isn't working as expected.
Here is how define my AppointmentType entity.
Below is one of my training phrases and dialogflow detecting it as custom entity. I made it compulsory using slot filling.
Now when I add $AppointmentType in my response, upon testing it get stuck on the @AppointmentType question and kept asking the same question for appointment type. Also if I remove it from slot filling, it doesn't give any response even after getting all the slot inputs.
I searched the web stackoverflow, github, google issue tracker and others but no luck.