Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Voice User Interface Projects

You're reading from   Voice User Interface Projects Build voice-enabled applications using Dialogflow for Google Home and Alexa Skills Kit for Amazon Echo

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781788473354
Length 404 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Henry Lee Henry Lee
Author Profile Icon Henry Lee
Henry Lee
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Introduction 2. Building an FAQs Chatbot FREE CHAPTER 3. Building a Fortune Cookie Application 4. Hosting, Securing, and Testing Fortune Cookie in the Cloud 5. Deploying the Fortune Cookie App for Google Home 6. Building a Cooking Application Using Alexa 7. Using Advanced Alexa Features for the Cooking App 8. Migrating the Alexa Cooking Application to Google Home 9. Building a Voice-Enabled Podcast for the Car 10. Hosting and Enhancing the Android Auto Podcast 11. Other Books You May Enjoy

Deploying a Fortune Cookie webhook to Microsoft Azure

Before you can begin deploying the Node.js webhook to Microsoft Azure, you will need to install various tools. Here are the steps you will need to follow to install and configure your computer:

  1. Create a Microsoft Azure account. Go to https://azure.microsoft.com/en-us/free/ and follow the instructions.
  2. Install https://nodejs.org/. You will be using Node.js to locally debug and will test in Visual Studio Code.
  3. Once Node.js is installed, check the Node.js version by typing node -v in the Node.js Command Prompt. I am using Version 8.9.4, but any more recent version will work.
  4. Install the Azure CLI (http://bit.ly/2w3J00u). The Azure CLI is a command-line tool for managing the Microsoft Azure cloud platform.
  5. In order to test your webhook, you will need to install Postman (https://www.getpostman.com/).
  6. You will deploy your Node.js...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime