A travel booking skill has slot elicitation for fromCity, toCity, and travelDate inside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel. The Alexa Skill Builder adds AMAZON.FallbackIntent to the interaction model with the goal of providing better messaging for out-of-domain utterances. Why will the addition of AMAZON.FallbackIntent fail to resolve the customer issue?
Which of the following are ways that a user can interact with an Amazon Alexa skill using both voice and non-voice methods? (Choose three.)
An Amazon Alexa skill fetches data for users from a third-party API and the wait for the response from that call is variable, often taking up to 5 seconds. What is the recommended method for notifying users that a skill is working on the request and has not failed to respond?
A skill contains a PlanMyTrip intent configured to require slots fromCity and toCity. It contains the following interaction: Alexa: What city are you leaving from? User: I'm leaving from Seattle. Alexa: You want to fly out of Seattle Tacoma International Airport, right? User: Yes - Which of the following should the Builder use to confirm the value of the fromCity slot only? (Choose two.)
An Alexa Skill Builder implemented the built-in intent AMAZON.HelpIntent. In some cases, users are asking for help using phrases that are specific to a skill's terminology. Amazon Alexa does not understand these phrases are help requests, and they are not being routed to AMAZON.HelpIntent. According to best practices, how can this situation be corrected?