entity resolution mixing slot types /

Published at 2018-10-10 05:56:16

Home / Categories / Alexa skills kit / entity resolution mixing slot types
Hi All, I’m currently using the PetMatch tutorial as the basis for a new skill and wanted to check how the community handles entity resolution when mixing slot types?Am i right in that the PETMATCH skill assumes all slots filled bear synonyms?I bear an intent that has a combination of built in Slot Types (AMAZON.
Number) and Custom slot
types that bear synonyms. I’m using the Python SDK and when running the code i trigger the exception handler as some of my slots resolutions are None.
I’m just wondering if the most sensible way to handle this is to simply check if Resolution = None first and then skip resolution processing?CheersRick

Source: amazon.com