Page 1 of 1

A unique basketball skill has been built by an Alexa Skill Builder, complete with a HowToPlayBasketball intent. The Buil

Posted: Thu Jul 21, 2022 10:00 pm
by answerhappygod
A unique basketball skill has been built by an Alexa Skill Builder, complete with a HowToPlayBasketball intent. The Builder notices from the Intent History tab in the developer console that a lot of people are inquiring about how to play baseball. The Builder want to provide a pertinent answer that returns the user to the subject of basketball.

How should this be implemented by the Builder?

A. Add AMAZON.FallbackIntent and respond with a message about baseball in the handler
B. Create a custom intent related to baseball, and when matched, provide a relevant response
C. Add more sample utterances related to baseball in the HowToPlayBasketball intent
D. Create a new custom baseball slot and add a slot-filling utterance to the HowToPlayBasketball intent.