Amazon Lex | Amazon Alexa Flashcards
Can I access Amazon Lex bots locally i.e. without an Internet connection?
Amazon Alexa
Amazon Lex | Machine Learning
No. End users will need to access the Amazon Lex runtime endpoint over the Internet.
How is this different from Alexa Skills Kit?
Amazon Alexa
Amazon Lex | Machine Learning
Alexa Skills Kit (ASK) is used to build skills for use in the Alexa ecosystem and devices and lets developers take advantage of all Alexa capabilities such as the Smart Home and Flash Briefing API, streaming audio and rich GUI experiences. Amazon Lex bots support both voice and text and can be deployed across mobile and messaging platforms.
Do I need a wake word to invoke an Amazon Lex intent?
Amazon Alexa
Amazon Lex | Machine Learning
Amazon Lex does not support wake word functionality. The app that integrates with Amazon Lex will be responsible for triggering the microphone, i.e. push to talk.
Can an Amazon Lex bot respond using Alexa’s voice?
Amazon Alexa
Amazon Lex | Machine Learning
Currently we do not support the Alexa voice for Amazon Lex responses. However, there are 7 other voices from which to choose.
Can I create an Alexa Skill from an Amazon Lex bot ?
Amazon Alexa
Amazon Lex | Machine Learning
Amazon Lex provides the ability for you to export your Amazon Lex bot schema into a JSON file that is compatible with Amazon Alexa. Once downloaded as JSON, you need to log in to the Alexa developer portal, navigate to the ‘Interaction Model’ tab, launch the Alexa Skill Builder, and paste the bot schema into the Code Editor of your Alexa Skill. More details and steps can be found in the Amazon Lex documentation.
When exporting my Amazon Lex bot schema to use in an Alexa skill, are my AWS Lambda functions exported and included in the bot schema?
Amazon Alexa
Amazon Lex | Machine Learning
No. Only the bot definition will be downloaded.