Hello
This is my first post so first of all I want to express my gratitude for creating such an intuitive and easy to use tool as Voiceflow. Compared with coding all of the interaction and backend in Node this is som much better. I am quite new to the tool but I have already noticed that I am making good progress.
I went through the tutorial Adding slots and intents to our Alexa skills.To get started with slots myself created a very basic skill that just asks for what country you are from and then repeats it back to you. Alexa already has a predefined slot type for country so that is what I am using.
When I test the skill. I notice how it does not validate countries at all. I expect it to be ok. with France, Sweden or Canada for example, but Lalaland or Asgard should trigger the else condition as they are not recognized as countries. I have read the Alexa documentation on slot validation but I am not sure if the out of the box slot types from Alexa comes with their own validation or not. Either way I am looking for a way to validate a slot type directly in Voiceflow. but I have not found any. Any help would be greatly appreciated.