Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrerfneves/a9d6557cb14fefa5b01266e4d6c2f01c to your computer and use it in GitHub Desktop.
Save andrerfneves/a9d6557cb14fefa5b01266e4d6c2f01c to your computer and use it in GitHub Desktop.
Notes Trip
# Trip Notes
- [ ] Amazon Lex
- [ ] Natural Language Processing (NLP) service
- [ ] Same as Amazon Alexa.
- [ ] Amazon Alexa passes 10M devices sold in May 2017
- [ ] http://files.constantcontact.com/150f9af2201/ac5db202-a413-42da-ab8b-fee61f1acc6e.pdf
- [ ] No more language barrier issues, if Alexa can understand your phrases, then your product (using Lex) can also understand you
- [ ] Product has access to the `voice`, `string`, and any other data format generated from any input from user
- [ ] Chat Interfaces
- [ ] Facebook Messenger
- [ ] Slack
- [ ] SMS (using Twillio + AWS Lambda)
- [ ] Allows for multi-level and nested question/answer systems to be implemented.
- [ ] Leverages `utterances` and `intents` to derive answers from user’s input.
- [ ] Alexa !== Lex
- [ ] Lex team is currently porting over their API to allow for Lex to be leveraged for Alexa applications (coming soon)
- [ ] **Ideally, if this works as intended, you can create one workflow inside Lex that you power your _Chat Interface_, your _Mobile Application_, and your _Alexa Skill_.**
- [ ] Amazon Alexa
- [ ] Alexa Skill Kit
- [ ] Echo
- [ ] Echo Show
- [ ] Echo Dot
- [ ] Set of tools to build interfaces with Alexa powered-products
- [ ] Amazon Alexa Voice Service
- [ ] Services that allows you to add Alexa support to your product (most often a physical device).
- [ ] Think of SONOS being powered by Alexa so you can say `Alexa, play XYZ on SONOS`.
- [ ] Used by ecobee, Huawei, Logitech, …
- [ ] Idea Brainstorming
- [ ] Multi-level nested questioning workflow to generate trip suggestions and_or activity_event suggestions based on user’s input
- [ ] Minimum of 3 core questions (for example)
- [ ] Maximum of 12 questions (fine grained filtering)
- [ ] Can leverage all traveling metrics
- [ ] # of people involved
- [ ] location
- [ ] min/max pice
- [ ] type of outdoor area (beach_mountain_hike/forest)
- [ ] season
- [ ] Suggest Me feature:
- [ ] Give 3 answers - location/country (broad), price range, # of people
- [ ] Quick 3 options that are suggested
- [ ] For Alexa - can leverage Voice Interface (with visuals for Echo Show)
- [ ] For Chat (Slack, FB, SMS) - can leverage Lex
- [ ] For own Product App - can leverage same Lex workflow above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment