Alexa Google Search skill tutorial

 
www.youtube.com/watch?enablejsapi=1&rel=0&modestbranding=0&autoplay=0&cc_load_policy=0&cc_lang_pref=&iv_load_policy=1&loop=0&fs=1&playsinline=0&autohide=2&theme=dark&color=red&controls=1&" class="__youtube_prefs__ epyt-facade no-lazyload" data-epautoplay="1" >YouTube playerwww.youtube.com/watch/maxresdefault.jpg" />
This is a guide to creating the Google search skill that will allow you to ask Alexa to give you answers from Google instead of Bing!

Full credit to tartan guru and the Adrian smart assistant project.

I forgot to mention in the video that once signed up to AWS you’ll need to set your region as either Ireland or Virginia depending on whether you’re in Europe or the States. No other region works!!

Download the code here: github.com/tartanguru/alexa-google-search
=============

Intent schema below:
{
“intents”: [
{
“intent”: “SearchIntent”,
“slots”: [
{
“name”: “search”,
“type”: “SEARCH”
}
]
},
{
“intent”: “AMAZON.StopIntent”
}
]
}

=============

Sample utterances:
SearchIntent {search}

Wanna help me out? Take a second to support me on Patreon!

Leave a Reply

Your email address will not be published.