I am trying to create a custom slot type to hold the user response for yes / no values but it looks like Lex does not recognize Yes
, No
or Sure
as input on my custom slot type. Are there limits with slot types on what values should we use?
I was hoping to use Lex as a way to solve basic helpdesk problems before forwarding a user on to a human. My questions are things like "Have you turned it off an on?", which I'm expecting a "yes/no" response.
It seems like Lex is unable to understand these answers.