Mohamed Hassan AbdulRahman
Created June 5, 2017

Google Places Skill

This skill help you to use Google Places API through Alexa

210
Google Places Skill

Things used in this project

Story

Read more

Schematics

Voice User Interface Diagram

Code

Lambda code

JavaScript
No preview (download only).

Intent schema

JSON
{
  "intents": [
    {
      "intent": "AMAZON.CancelIntent"
    },
    {
      "intent": "AMAZON.HelpIntent"
    },
    {
      "intent": "AMAZON.NoIntent"
    },
    {
      "intent": "AMAZON.RepeatIntent"
    },
    {
      "intent": "AMAZON.StartOverIntent"
    },
    {
      "intent": "AMAZON.StopIntent"
    },
    {
      "intent": "AMAZON.YesIntent"
    },
    {
      "intent": "DontKnowIntent"
    },
    {
      "slots": [
        {
          "name": "PlaceType",
          "type": "LIST_OF_PLACES_TYPES"
        }
      ],
      "intent": "PlaceTypeIntent"
    }
  ]
}

Sample Utterances

JSON
No preview (download only).

Credits

Mohamed Hassan AbdulRahman

Mohamed Hassan AbdulRahman

5 projects • 36 followers
Maker, aiming to make people’s life easier and more meaningful, using the latest HW & SW technologies, analysis and research.

Comments