question

newuser-9cbe9c9e-71df-4c1c-80f3-19774e7e8c35 avatar image

Slot values are not understood by Alexa

I have a slot named AddressType. Its purpose is to get whether the customer is selecting an office or home address. My speech prompt is "Where would you like us to meet you, office or home? " Now when the user says "Office" it's all good but when they say "home" Alexa is trying to invoke a built-in intent "AMAZON.NavigateHomeIntent". How can I handle this situation?

alexa skills kitalexa simulator
2 comments
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

CharlesF avatar image CharlesF commented ·

Have you created a custom slot to capture your answers? A Slot Type like "AddressAnswers" with values "office" and "home" with each value having a bunch of synonyms like "work" and "job" for office and "house" and "my place" for home should help out a lot when constructing the utterances for your answer intent.

0 Likes 0 ·
newuser-9cbe9c9e-71df-4c1c-80f3-19774e7e8c35 avatar image newuser-9cbe9c9e-71df-4c1c-80f3-19774e7e8c35 CharlesF commented ·

I have added all of that as synonyms. I have left my utterances empty.

0 Likes 0 ·

0 Answers