Hands-on chatbot development with Alexa skills and Amazon Lex : (Record no. 2832566)

MARC details
000 -LEADER
fixed length control field 09031cam a2200733 a 4500
001 - CONTROL NUMBER
control field on1056910275
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712080830.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 181013s2018 enk o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency EBLCP
Language of cataloging eng
Description conventions pn
Transcribing agency EBLCP
Modifying agency N$T
-- TEFOD
-- N$T
-- UKMGB
-- OCLCF
-- MERUC
-- LVT
-- UKAHL
-- OCLCQ
-- K6U
-- OCLCO
-- OCLCQ
-- OCLCO
015 ## - NATIONAL BIBLIOGRAPHY NUMBER
National bibliography number GBB8J4128
Source bnb
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 019078519
Source Uk
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781788992435
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1788992431
Qualifying information (electronic bk.)
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000065065990
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001026181
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 549250050
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 019078519
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)1056910275
037 ## - SOURCE OF ACQUISITION
Stock number 934AE442-B9AA-4314-9DED-85687D6DC332
Source of stock number/acquisition OverDrive, Inc.
Note http://www.overdrive.com
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.E95
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 004000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.33
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Williams, Sam.
9 (RLIN) 1211384
245 10 - TITLE STATEMENT
Title Hands-on chatbot development with Alexa skills and Amazon Lex :
Remainder of title create custom conversational and voice interfaces for your Amazon Echo devices and web platforms.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham :
Name of publisher, distributor, etc Packt,
Date of publication, distribution, etc 2018.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (254 pages)
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
588 0# -
-- Online resource; title from PDF title page (EBSCO, viewed October 17, 2018)
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Understanding Chatbots -- What are chatbots? -- What makes up a chatbot? -- Intents -- Slots -- Utterances -- Designing conversation flows -- Starting with the perfect conversation diagram -- Conversation flow diagrams -- Creating a conversation flow diagram -- User stories -- Best practices -- Handling errors -- Missed utterances -- External APIs -- Errors in your code -- Tone of voice -- Identifying suitable use cases -- Designing the information for the delivery method -- Amazon Alexa and Lex -- Amazon Alexa -- Amazon Lex -- Summary -- Questions -- Chapter 2: Getting Started with AWS and Amazon CLI -- Technical requirements -- Creating an account -- Setting your region -- Navigating around AWS -- Creating a Lambda -- AWS Console -- Setting up the Lambda -- Writing your Lambda function's code -- Triggering Lambdas -- Methods for working with Lambdas -- Method 1 -- Lambda Console -- Method 2 -- Cloud9 editor -- Method 3 -- Local editing -- Creating the best local development environment -- Choosing an IDE -- Installing Node and NPM -- Folder structure -- Setting up AWS CLI -- Creating a Lambda using AWS CLI -- AWS CLI build script -- Git -- Local development setup -- Summary -- Questions -- Chapter 3: Creating Your First Alexa Skill -- Technical requirements -- Alexa Skills Kit -- Creating a Lambda to handle the request -- Creating handlers -- Building and configuring the Lambda -- Finishing skill configuration -- Testing your skills -- Troubleshooting your skill -- Creating a more useful skill -- Conversational flow diagram -- Creating the Alexa Skill -- Creating an Intent -- Internal Slots -- Finding the Skill ID -- Creating the Lambda -- Handling the whichCar Intent -- Amazon S3 -- Accessing our S3 data.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Adding S3 permissions -- Dealing with our data -- Testing our Lambda -- Finishing the Alexa Skills Kit Configuration -- Testing -- Launching your skill -- Summary -- Questions -- Further reading -- Chapter 4: Connecting Your Alexa Skills to External APIs -- Technical requirements -- External APIs -- Open Weather Map API -- Creating our weather skill -- Conversation flow design -- Creating the skill on Alexa Skills Kit -- Building Lambda to handle the requests -- Making an API request -- Final setup and testing -- Improving user experience -- Error-handling our API calls -- Session memory -- SSML -- Testing -- Summary -- Questions -- Further reading -- Chapter 5: Building Your First Amazon Lex Chatbot -- Technical requirements -- Creating an Amazon Lex chatbot -- Setting up the chatbot -- Creating an Intent -- Testing your chatbot -- Publishing your bot -- Using Slots -- Creating an FAQ chatbot -- Setting up Lex -- Gathering the data -- Creating the Intents -- Creating the Lambda Handler -- Creating a response -- Lambda fulfillment -- Building and testing -- Lex responses -- elicitSlot -- elicitIntent -- confirmIntent -- close -- delegate -- Summary -- Questions -- Chapter 6: Connecting a Lex Bot to DynamoDB -- Technical requirements -- Designing the flows -- Perfect conversations -- Flow diagrams -- Building the chatbot -- Product find -- Creating the Lambda -- Creating the data -- Lambda testing -- Completing the intent -- Add to cart -- Creating the Lambda -- DynamoDB -- Adding Dynamo permissions -- Testing -- Checkout -- Creating the Lambda -- Testing -- Saving our cart -- Creating the Lambda -- Dynamo changes -- Testing -- Retrieving a saved cart -- Creating the Lambda -- Testing -- What's in my cart? -- Creating the Lambda -- Testing -- Testing the whole bot -- Summary -- Questions -- Further reading.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 7: Publishing Your Chatbot to Facebook, Slack, Twilio, and HTTP -- Technical requirements -- Integrations -- Facebook Messenger -- Creating and connecting a Facebook Messenger app -- Slack -- Creating and connecting a Slack app -- Twilio -- Creating and connecting Twilio -- HTTP endpoint -- Creating the Lambda -- Testing -- Connecting API Gateway -- Testing -- Building the API -- Web user interface -- HTML -- Creating our script -- Styling the frontend -- Summary -- Questions -- Chapter 8: Improving the User Experience for Your Bots -- Technical requirements -- Response cards in Amazon Lex -- Creating a card -- Using cards in chats -- Alexa search queries -- Google Cloud Platform -- Continuing Lambda building -- Rebuilding the skill and testing -- Lex utterance monitoring -- Summary -- Questions -- Chapter 9: Review and Continued Development -- What we've learned -- Conversation design -- Amazon Web Services -- Amazon Alexa -- Amazon S3 -- Using APIs -- Amazon Lex -- Dynamo DB -- Publishing Lex chatbots -- Advanced features -- Continuing your learning -- Alexa -- Amazon Echo Spot and Amazon Echo Show -- Building a library of functions -- Lex -- Alexa and Lex -- Improving the build process -- Integrating more AWS services -- Integrating other APIs -- The future of chatbots -- Language understanding -- Working with spoken interactions -- Improved device interaction -- Connected devices -- Unique voice-based systems -- General Artificial Intelligence -- Improving people's opinions -- Summary -- Appendix A -- Appendix B -- Debugging -- Debugging Alexa Skills -- Check the utterances -- Save and build your model -- Check your Endpoint -- Added Alexa as a trigger for your Lambda -- Debugging Lex chatbots -- Check your utterances -- Check the intent response -- Save intents, build, and deploy -- Check your connected platform.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Check your Lambdas are working -- Debugging Lambdas -- Install all of the required packages -- Check your permissions -- Correct your Lambda code -- Check external services -- Other Books You May Enjoy -- Index.
520 ## - SUMMARY, ETC.
Summary, etc This book will help you to discover important AWS services such as S3 and DyanmoDB. Gain practical experience building end-to-end application workflows using NodeJS and AWS Lambda for your Alexa Skills Kit. You will be able to build conversational interfaces using voice or text and deploy them to platforms like Alexa, Facebook Messenger and Slack.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Expert systems (Computer science)
9 (RLIN) 31023
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Artificial intelligence.
9 (RLIN) 2458
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Development.
9 (RLIN) 27428
650 #2 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Expert Systems
9 (RLIN) 903814
650 #2 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Artificial Intelligence
9 (RLIN) 2458
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Systèmes experts (Informatique)
9 (RLIN) 866913
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Intelligence artificielle.
9 (RLIN) 869534
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element artificial intelligence.
Source of heading or term aat
9 (RLIN) 2458
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Internet: general works.
Source of heading or term bicssc
9 (RLIN) 1186784
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Artificial intelligence.
Source of heading or term bicssc
9 (RLIN) 2458
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Programming & scripting languages: general.
Source of heading or term bicssc
9 (RLIN) 854920
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Intelligence (AI) & Semantics.
Source of heading or term bisacsh
9 (RLIN) 855104
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Artificial intelligence.
Source of heading or term fast
-- (OCoLC)fst00817247
9 (RLIN) 2458
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Development.
Source of heading or term fast
-- (OCoLC)fst00872537
9 (RLIN) 27428
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Expert systems (Computer science)
Source of heading or term fast
-- (OCoLC)fst00918516
9 (RLIN) 31023
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1905956">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1905956</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH35211906
938 ## -
-- ProQuest Ebook Central
-- EBLB
-- EBL5532256
938 ## -
-- EBSCOhost
-- EBSC
-- 1905956
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library