Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How to talk with machine?

How to talk with machine?

A speak given during the Open Days in PGS-Software.

I created few skills (code can be found here: https://github.com/szymczakk/mpkLike ) for Alexa (Amazon voice assistant) with usage of Lambda and .NET Core 1.0, just to show how easy it is.

Krzysiek Szymczak

November 23, 2017
Tweet

More Decks by Krzysiek Szymczak

Other Decks in Programming

Transcript

  1. Agenda • .NET Core • Serverless • Lambda • Alexa

    • Alexa + Serverless vs Alexa + own-server • Alexa + Serverless + .NET Core
  2. Made with by PGS Software · 5 .NET Core New

    version of old .NET Open and multiplatform It’s faaaast…. By fast I mean reallyy faaaast… Works like a nuget package Run in a runtime that it’s required to be run on.
  3. Made with by PGS Software · 9 How are we

    going to use it? Almost ;) Bus line Bus info
  4. Made with by PGS Software · 13 Alexa config Intent

    Representation of action that user can take Endpoints Lambda or selfhosted server to run Alexa logic Utterances Exact mapping of what someone have to tell to start intent Slot types Variables type that user pass, ex: “AMAZON.DATE”.