Giter Club home page Giter Club logo

alexa-lesson's Introduction

title duration creator
Alexa Lesson
1:30
name city
Brad Zimmerman
ATL

Alexa Lesson

Introduction

Welcome to the Alexa Lesson. Today we are going to figure out how the Alexa bot works and functions!

Tutorial - Memory Game

The files for this app are provided in the folder called memory.

To start out, let's navigate to a great tutorial on how to set up the software by John Wheeler. His github project is called Flask Ask and has a very simple interface for rapid development. Please navigate here to follow along with the tutorial.

Amazon Alexa Dashboard - Insult Generator

The files for this app are in the folder called insulter.

Follow the same steps as the app above until you get to the Alexa Dashboard

  • Click on Alexa Skills Kit

  • Click on "Add a new skill", call it 'Insult'. Make the invocation name 'Insult' as well.

  • Click NEXT

  • Copy the following code into the "Intent Schema" field:

    {
        "intents": [{
            "intent": "InsultIntent",
            "slots": [{
                "name": "stname",
                "type": "CLASS_ROSTER"
            }]
        }]
    }
    
  • Click on 'Add Slot Type' and call your new slot 'CLASS_ROSTER'.

  • Add your names separated by a new line for the people you'd like to insult. Here's a list from my previous class.

    AUSTRALIAN MATT
    AMERICAN MATT
    MATT
    COREY
    DAN
    SHETTY
    FEI
    JESSE
    QINGQING
    BRAD
    AUDREY
    BETH
    
  • Add this to the sample utterances:

    InsultIntent {stname}
    InsultIntent insult {stname}
    InsultIntent please insult {stname}  
    InsultIntent would you kindly insult {stname}
    
  • Click NEXT

  • Add your ngrok endpoint to the endpoint field and make sure the endpoint type is https

  • Click NEXT

  • For SSL select: 'My development endpoint is a sub-domain of a domain that has a wildcard certificate from a certificate authority'

  • Click NEXT

  • You should be good to go! You're going to test out your new app here

alexa-lesson's People

Contributors

bradzzz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.