• Complain

Simon A. Kingaby - Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications

Here you can read online Simon A. Kingaby - Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Apress, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Simon A. Kingaby Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications
  • Book:
    Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2021
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Design and build innovative, custom, data-driven Alexa skills for home or business. Working through several projects, this book teaches you how to build Alexa skills and integrate them with online APIs. If you have basic Python skills, this book will show you how to build data-driven Alexa skills. You will learn to use data to give your Alexa skills dynamic intelligence, in-depth knowledge, and the ability to remember.

Data-Driven Alexa Skills takes a step-by-step approach to skill development. You will begin by configuring simple skills in the Alexa Skill Builder Console. Then you will develop advanced custom skills that use several Alexa Skill Development Kit features to integrate with lambda functions, Amazon Web Services (AWS), and Internet data feeds. These advanced skills enable you to link user accounts, query and store data using a NoSQL database, and access real estate listings and stock prices via web APIs.


What You Will Learn
  • Set up and configure your development environment properly the first time
  • Build Alexa skills quickly and efficiently using Agile tools and techniques
  • Create a variety of data-driven Alexa skills for home and business
  • Access data from web applications and Internet data sources via their APIs
  • Test with unit-testing frameworks throughout the development life cycle
  • Manage and query your data using the DynamoDb NoSQL database engines

Who This Book Is For
Developers who wish to go beyond Hello World and build complex, data-driven applications on Amazons Alexa platform; developers who want to learn how to use Lambda functions, the Alexa Skills SDK, Alexa Presentation Language, and Alexa Conversations; developers interested in integrating with public APIs such as real estate listings and stock market prices. Readers will need to have basic Python skills.

Simon A. Kingaby: author's other books


Who wrote Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Data-Driven Alexa Skills Simon A Kingaby Data-Driven Alexa - photo 1
Book cover of Data-Driven Alexa Skills
Simon A. Kingaby
Data-Driven Alexa Skills
Voice Access to Rich Data Sources for Enterprise Applications
1st ed.
Logo of the publisher Simon A Kingaby La Vergne TN USA ISBN - photo 2
Logo of the publisher
Simon A. Kingaby
La Vergne, TN, USA
ISBN 978-1-4842-7448-4 e-ISBN 978-1-4842-7449-1
https://doi.org/10.1007/978-1-4842-7449-1
Simon A. Kingaby 2022
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Apress imprint is published by the registered company APress Media, LLC part of Springer Nature.

The registered company address is: 1 New York Plaza, New York, NY 10004, U.S.A.

This book is dedicated to all who have caught or want to catch the vision of ambient computing.

Introduction

Welcome to the wonderful world of data-driven Alexa skills. Come along as we take a journey beyond the typical Hello World examples and design and build innovative, custom, data-driven Alexa skills for your home or business that integrate Alexa with online APIs, rich data sources, and powerful applications. If you have basic Python skills, this book will show you how to build data-driven Alexa skills. You will learn to use data to give your Alexa skills dynamic intelligence, in-depth knowledge, and the ability to remember.

Data-driven Alexa Skills takes a step-by-step approach to skill development. You will begin by configuring a skill in the Alexa Skill Builder Console. Then you will develop an advanced custom skill that uses the latest Alexa Skill Development Kit features to integrate with lambda functions, Amazon Web Services (AWS), and Internet data feeds. These skills enable you to link user accounts, query and store data using a NoSQL database, and access stock prices and more via web APIs.

What you learn from this book will help you to integrate Alexa with software-as-a-service and platform-as-a-service applications and environments such as Salesforce, ServiceNow, Microsoft Azure, and AWS.

This book is for the next generation of Alexa skill developers who want to use data to make Alexa smarter, more relevant, and more helpful. To move closer to the goal of ambient computing, Alexa will need to access and combine data from many sources in many ways. If you imagine the day when Alexa can intelligently manage your email, the day when she can reconcile your schedules from Outlook, Google, Apple, and Calendly, the day when you can ask her to tell you your net worth, or the day when you can ask her to log a ticket in ServiceNow, this book is for you.

Part I: Getting Started

In this first part of the book, we will introduce you to voice user interface development. Then we will build a Routine and a couple of Alexa skills from Blueprints. Then we set up some accounts you will need so that you can develop Alexa skills. Now you are ready to create a skill, starting with creating an Alexa Conversations voice user interface, followed by coding and testing the back end in Python and VS Code. In the last chapter of Part I, you will publish your new skill to the Alexa Skills Store!

Chapter : Voice User Interfaces

An introduction to the world of voice user interface development. Chapter includes a brief history of voice development leading up to todays voice landscape. It also answers the questions: Why voice? Why Alexa? Why now?

Chapter : Routines and Blueprints

The easiest way to create new skills for Alexa is with Routines and Blueprints. This chapter walks you through the process of creating these no-code skills.

Chapter : The Developer Accounts

You will need to create and configure a lot of accounts to develop Alexa skills. This chapter guides you through the creation of these accounts.

Chapter : Creating the VUI for a Custom Data-Driven Skill

Now that the accounts are set up, were ready to create the base Alexa skill. For the remainder of Part I, we will create a Body Mass Index skill. In this chapter, we configure the voice user interface, including the conversational dialog, the user utterances, the slot values, and Alexas responses.

Chapter : Writing the Back-End Code

With the VUI created, were ready to write some code. Of course, you will need to install the tools, including VS Code and Anaconda, among others. Chapter lists the tools youll need and where to find them on the Internet. Then it walks you through configuring an Anaconda environment for Python development. Next, we create the back-end code for the BMI Alexa skill. We end the chapter by testing our code.

Chapter : Publishing an Alexa Skill

After creating the VUI in Chapter , you will have done just that!

Part II: Custom Skill Development

After creating your first skill in Part I, we take a deep dive into many of the components of the skill development process. Building a 90-year calendar skill, we will cover the Alexa Interaction Model including Intents, Slots, and Utterances. We will use the Alexa Presentation Language to draw the 90-year calendar on devices with screens. Well use account linking to allow us to gather the events of your life safely and securely. Well create a custom lambda function the brains of our skill. Lastly, we use a DynamoDb persistence layer to store your information so that Alexa remembers you.

Chapter : Custom Alexa Skills

Now that youve created an Alexa-hosted skill in Part I, we are ready to create a fully custom skill and see how to use some of the more advanced features of the Amazon Web Services (AWS) cloud as your Alexa skill back end. Youll need some AWS accounts and services to get started.

Chapter : Beyond Hello World

With the accounts set up and the basic requirements defined, were ready to design the voice user interface. Dialog design is notoriously difficult, but there are tools, like Botmock, that make it much easier. In this chapter, we lay out the dialog for the 90-year calendar skill.

Chapter : Configuring the VUI

After designing the dialog in Botmock, we are ready to transfer the design into a new Alexa skill.

Chapter : Using APL to Present on Screens

With the dialog sorted out, the next step is to create the visualization for Alexa devices with screens. For this, we need to use the Alexa Presentation Language, which is covered in Chapter .

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications»

Look at similar books to Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications»

Discussion, reviews of the book Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.