Hello.
Is it possible to match slot type values together in the Alexa Developer Console? I have 2 custom intents and 2 custom slot types:
- GetCountryByCode (Intent)
- Code (Slot)
- GetCodeByCountry (Intent)
- Country (Slot)
The Code slot features European country codes (i.e. CZ). The Country slot features European countries (i.e. Czech Republic).
Is there a way of matching both slot type values together so when I utter "What code is used to represent {Country}" or "What country is identified by {Code}", Alexa finds a match and returns a response? For example:
- Utterance: "What country is identified by PL?"
- Response: "PL represents Poland."
Thanks in advance for your help.
Liam