Kory Becker
Created November 27, 2016

Book Buddy

Lookup information about your favorite books, using the GoodReads API, Amazon Alexa, and Echo. Find author, rating, # of pages, and more.

175

Things used in this project

Hardware components

Amazon Echo
Amazon Alexa Amazon Echo
×1

Software apps and online services

Alexa Skills Kit
Amazon Alexa Alexa Skills Kit
AWS Lambda
Amazon Web Services AWS Lambda
GoodReads API

Story

Read more

Schematics

VUI Flow Chart Diagram

Voice User Interface (VUI) Flow Chart

Conversation Flow

An example conversation flow with the Book Buddy skill.

Book Buddy Skill Icon

Alexa skill icon and main image.

Code

Book API Response XML

XML
An example XML response from the book API. The XML must be parsed to retrieve certain fields for usage in the Alexa skill. The entire book object in the response is far too large to store within the session, alone. Only specific fields are parsed and saved within the Alexa session, as JSON.
<GoodreadsResponse>
<Request>
<authentication>true</authentication>
<key>
<![CDATA[ 1234567890ABCDEF ]]>
</key>
<method>
<![CDATA[ book_title ]]>
</method>
</Request>
<book>
<id>13023</id>
<title>
<![CDATA[
Alice in Wonderland (Alice's Adventures in Wonderland, #1)
]]>
</title>
<isbn>
<![CDATA[ 0517223627 ]]>
</isbn>
<isbn13>
<![CDATA[ 9780517223628 ]]>
</isbn13>
<asin>
<![CDATA[ ]]>
</asin>
<kindle_asin>
<![CDATA[ B0016ZYG76 ]]>
</kindle_asin>
<marketplace_id>
<![CDATA[ ATVPDKIKX0DER ]]>
</marketplace_id>
<country_code>
<![CDATA[ US ]]>
</country_code>
<image_url>
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
</image_url>
<small_image_url>
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
</small_image_url>
<publication_year>2004</publication_year>
<publication_month>9</publication_month>
<publication_day>7</publication_day>
<publisher>Gramercy Books</publisher>
<language_code>eng</language_code>
<is_ebook>false</is_ebook>
<description>
<![CDATA[
Alice's Adventures in Wonderland (commonly shortened to Alice in Wonderland) is an 1865 novel written by English mathematician Charles Lutwidge Dodgson under the pseudonym Lewis Carroll. It tells of a girl named Alice falling through a rabbit hole into a fantasy world populated by peculiar, anthropomorphic creatures. The tale plays with logic, giving the story lasting popularity with adults as well as with children. It is considered to be one of the best examples of the literary nonsense genre. Its narrative course and structure, characters and imagery have been enormously influential in both popular culture and literature, especially in the fantasy genre.
]]>
</description>
<work>
<id type="integer">2933712</id>
<books_count type="integer">2573</books_count>
<best_book_id type="integer">13023</best_book_id>
<reviews_count type="integer">547757</reviews_count>
<ratings_sum type="integer">1522140</ratings_sum>
<ratings_count type="integer">379182</ratings_count>
<text_reviews_count type="integer">8569</text_reviews_count>
<original_publication_year type="integer">1865</original_publication_year>
<original_publication_month type="integer" nil="true"/>
<original_publication_day type="integer" nil="true"/>
<original_title>Alice's Adventures in Wonderland</original_title>
<original_language_id type="integer" nil="true"/>
<media_type>book</media_type>
<rating_dist>
5:149256|4:122617|3:78837|2:20409|1:8063|total:379182
</rating_dist>
<desc_user_id type="integer">11098947</desc_user_id>
<default_chaptering_book_id type="integer" nil="true"/>
<default_description_language_code nil="true"/>
</work>
<average_rating>4.01</average_rating>
<num_pages>
<![CDATA[ 92 ]]>
</num_pages>
<format>
<![CDATA[ Hardcover ]]>
</format>
<edition_information>
<![CDATA[ ]]>
</edition_information>
<ratings_count>
<![CDATA[ 318637 ]]>
</ratings_count>
<text_reviews_count>
<![CDATA[ 4408 ]]>
</text_reviews_count>
<url>
<![CDATA[
https://www.goodreads.com/book/show/13023.Alice_in_Wonderland
]]>
</url>
<link>
<![CDATA[
https://www.goodreads.com/book/show/13023.Alice_in_Wonderland
]]>
</link>
<authors>
<author>
<id>8164</id>
<name>Lewis Carroll</name>
<role/>
<image_url nophoto="false">
<![CDATA[
https://images.gr-assets.com/authors/1192735053p5/8164.jpg
]]>
</image_url>
<small_image_url nophoto="false">
<![CDATA[
https://images.gr-assets.com/authors/1192735053p2/8164.jpg
]]>
</small_image_url>
<link>
<![CDATA[
https://www.goodreads.com/author/show/8164.Lewis_Carroll
]]>
</link>
<average_rating>4.06</average_rating>
<ratings_count>927106</ratings_count>
<text_reviews_count>20800</text_reviews_count>
</author>
<author>
<id>28120</id>
<name>Rene Cloke</name>
<role>Illustrator</role>
<image_url nophoto="true">
<![CDATA[
https://s.gr-assets.com/assets/nophoto/user/f_200x266-3061b784cc8e7f021c6430c9aba94587.png
]]>
</image_url>
<small_image_url nophoto="true">
<![CDATA[
https://s.gr-assets.com/assets/nophoto/user/f_50x66-6a03a5c12233c941481992b82eea8d23.png
]]>
</small_image_url>
<link>
<![CDATA[
https://www.goodreads.com/author/show/28120.Rene_Cloke
]]>
</link>
<average_rating>4.02</average_rating>
<ratings_count>319105</ratings_count>
<text_reviews_count>4448</text_reviews_count>
</author>
</authors>
<reviews_widget>
<![CDATA[
<style> #goodreads-widget { font-family: georgia, serif; padding: 18px 0; width:565px; } #goodreads-widget h1 { font-weight:normal; font-size: 16px; border-bottom: 1px solid #BBB596; margin-bottom: 0; } #goodreads-widget a { text-decoration: none; color:#660; } iframe{ background-color: #fff; } #goodreads-widget a:hover { text-decoration: underline; } #goodreads-widget a:active { color:#660; } #gr_footer { width: 100%; border-top: 1px solid #BBB596; text-align: right; } #goodreads-widget .gr_branding{ color: #382110; font-size: 11px; text-decoration: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } </style> <div id="goodreads-widget"> <div id="gr_header"><h1><a href="https://www.goodreads.com/book/show/13023.Alice_in_Wonderland">Alice in Wonderland Reviews</a></h1></div> <iframe id="the_iframe" src="https://www.goodreads.com/api/reviews_widget_iframe?did=DEVELOPER_ID&amp;format=html&amp;isbn=0517223627&amp;links=660&amp;min_rating=&amp;review_back=fff&amp;stars=000&amp;text=000" width="565" height="400" frameborder="0"></iframe> <div id="gr_footer"> <a class="gr_branding" target="_blank" href="https://www.goodreads.com/book/show/13023.Alice_in_Wonderland?utm_medium=api&amp;utm_source=reviews_widget">Reviews from Goodreads.com</a> </div> </div>
]]>
</reviews_widget>
<popular_shelves>
<shelf name="to-read" count="125402"/>
<shelf name="currently-reading" count="6964"/>
<shelf name="classics" count="6845"/>
<shelf name="fantasy" count="4195"/>
<shelf name="favorites" count="2639"/>
<shelf name="fiction" count="2317"/>
<shelf name="childrens" count="1442"/>
<shelf name="classic" count="1338"/>
<shelf name="children" count="1039"/>
<shelf name="books-i-own" count="900"/>
<shelf name="owned" count="788"/>
<shelf name="children-s" count="635"/>
<shelf name="young-adult" count="537"/>
<shelf name="kindle" count="506"/>
<shelf name="adventure" count="445"/>
<shelf name="children-s-books" count="423"/>
<shelf name="childhood" count="419"/>
<shelf name="favourites" count="373"/>
<shelf name="kids" count="360"/>
<shelf name="literature" count="341"/>
<shelf name="owned-books" count="322"/>
<shelf name="childrens-books" count="283"/>
<shelf name="1001-books" count="257"/>
<shelf name="19th-century" count="238"/>
<shelf name="ebook" count="227"/>
<shelf name="rory-gilmore-reading-challenge" count="214"/>
<shelf name="english" count="214"/>
<shelf name="british" count="209"/>
<shelf name="ebooks" count="208"/>
<shelf name="novels" count="201"/>
<shelf name="series" count="184"/>
<shelf name="audiobook" count="173"/>
<shelf name="1001" count="166"/>
<shelf name="ya" count="159"/>
<shelf name="default" count="158"/>
<shelf name="children-s-literature" count="150"/>
<shelf name="read-in-2015" count="145"/>
<shelf name="classic-literature" count="144"/>
<shelf name="read-in-2016" count="141"/>
<shelf name="audiobooks" count="138"/>
<shelf name="british-literature" count="137"/>
<shelf name="read-in-english" count="129"/>
<shelf name="kids-books" count="127"/>
<shelf name="humor" count="126"/>
<shelf name="children-s-lit" count="125"/>
<shelf name="fairy-tales" count="124"/>
<shelf name="to-buy" count="120"/>
<shelf name="childhood-books" count="115"/>
<shelf name="my-books" count="114"/>
<shelf name="i-own" count="112"/>
<shelf name="middle-grade" count="110"/>
<shelf name="juvenile" count="109"/>
<shelf name="library" count="108"/>
<shelf name="childrens-literature" count="106"/>
<shelf name="re-read" count="105"/>
<shelf name="1001-books-to-read-before-you-die" count="104"/>
<shelf name="childhood-favorites" count="103"/>
<shelf name="rory-gilmore-challenge" count="100"/>
<shelf name="e-book" count="98"/>
<shelf name="e-books" count="96"/>
<shelf name="school" count="95"/>
<shelf name="books" count="91"/>
<shelf name="novel" count="91"/>
<shelf name="classics-to-read" count="91"/>
<shelf name="childrens-lit" count="91"/>
<shelf name="audio" count="90"/>
<shelf name="read-in-2013" count="86"/>
<shelf name="sci-fi-fantasy" count="86"/>
<shelf name="read-in-2014" count="85"/>
<shelf name="my-library" count="84"/>
<shelf name="youth" count="79"/>
<shelf name="read-2016" count="78"/>
<shelf name="rory-gilmore" count="78"/>
<shelf name="english-literature" count="76"/>
<shelf name="children-books" count="75"/>
<shelf name="book-club" count="72"/>
<shelf name="alice-in-wonderland" count="72"/>
<shelf name="victorian" count="72"/>
<shelf name="lewis-carroll" count="71"/>
<shelf name="kindle-books" count="70"/>
<shelf name="magic" count="68"/>
<shelf name="classic-lit" count="67"/>
<shelf name="childhood-reads" count="67"/>
<shelf name="own-it" count="66"/>
<shelf name="audible" count="64"/>
<shelf name="alice" count="63"/>
<shelf name="in-english" count="63"/>
<shelf name="read-2015" count="61"/>
<shelf name="audio-books" count="61"/>
<shelf name="my-ebooks" count="61"/>
<shelf name="movies" count="60"/>
<shelf name="favorite-books" count="60"/>
<shelf name="classic-fiction" count="59"/>
<shelf name="read-in-2012" count="59"/>
<shelf name="fantasy-sci-fi" count="58"/>
<shelf name="animals" count="58"/>
<shelf name="rory-gilmore-reading-list" count="58"/>
<shelf name="england" count="56"/>
<shelf name="children-s-classics" count="54"/>
<shelf name="2016-reading-challenge" count="54"/>
</popular_shelves>
<book_links>
<book_link>
<id>8</id>
<name>Libraries</name>
<link>https://www.goodreads.com/book_link/follow/8</link>
</book_link>
</book_links>
<buy_links>
<buy_link>
<id>1</id>
<name>Amazon</name>
<link>https://www.goodreads.com/book_link/follow/1</link>
</buy_link>
<buy_link>
<id>10</id>
<name>Audible</name>
<link>https://www.goodreads.com/book_link/follow/10</link>
</buy_link>
<buy_link>
<id>3</id>
<name>Barnes & Noble</name>
<link>https://www.goodreads.com/book_link/follow/3</link>
</buy_link>
<buy_link>
<id>1027</id>
<name>Kobo</name>
<link>https://www.goodreads.com/book_link/follow/1027</link>
</buy_link>
<buy_link>
<id>2102</id>
<name>Apple iBooks</name>
<link>https://www.goodreads.com/book_link/follow/2102</link>
</buy_link>
<buy_link>
<id>8036</id>
<name>Google Play</name>
<link>https://www.goodreads.com/book_link/follow/8036</link>
</buy_link>
<buy_link>
<id>4</id>
<name>Abebooks</name>
<link>https://www.goodreads.com/book_link/follow/4</link>
</buy_link>
<buy_link>
<id>882</id>
<name>Book Depository</name>
<link>https://www.goodreads.com/book_link/follow/882</link>
</buy_link>
<buy_link>
<id>9</id>
<name>Indigo</name>
<link>https://www.goodreads.com/book_link/follow/9</link>
</buy_link>
<buy_link>
<id>2</id>
<name>Half.com</name>
<link>https://www.goodreads.com/book_link/follow/2</link>
</buy_link>
<buy_link>
<id>5</id>
<name>Alibris</name>
<link>https://www.goodreads.com/book_link/follow/5</link>
</buy_link>
<buy_link>
<id>107</id>
<name>Better World Books</name>
<link>https://www.goodreads.com/book_link/follow/107</link>
</buy_link>
<buy_link>
<id>7</id>
<name>IndieBound</name>
<link>https://www.goodreads.com/book_link/follow/7</link>
</buy_link>
</buy_links>
<series_works>
<series_work>
<id>455257</id>
<user_position>1</user_position>
<series>
<id>94209</id>
<title>
<![CDATA[ Alice's Adventures in Wonderland ]]>
</title>
<description>
<![CDATA[ ]]>
</description>
<note>
<![CDATA[ ]]>
</note>
<series_works_count>5</series_works_count>
<primary_work_count>2</primary_work_count>
<numbered>true</numbered>
</series>
</series_work>
</series_works>
<public_document>
<id>4284</id>
<document_url>http://feedbooks.com/book/3698.epub</document_url>
</public_document>
<similar_books>
<book>
<id>5659</id>
<title>The Wind in the Willows</title>
<title_without_series>The Wind in the Willows</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/5659.The_Wind_in_the_Willows
]]>
</link>
<small_image_url>
<![CDATA[
https://images.gr-assets.com/books/1423183570s/5659.jpg
]]>
</small_image_url>
<image_url>
<![CDATA[
https://images.gr-assets.com/books/1423183570m/5659.jpg
]]>
</image_url>
<num_pages>256</num_pages>
<work>
<id>1061285</id>
</work>
<isbn>0143039091</isbn>
<isbn13>9780143039099</isbn13>
<average_rating>3.97</average_rating>
<ratings_count>114560</ratings_count>
<publication_year>2005</publication_year>
<publication_month>10</publication_month>
<publication_day>27</publication_day>
<authors>
<author>
<id>3843</id>
<name>Kenneth Grahame</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/3843.Kenneth_Grahame
]]>
</link>
</author>
</authors>
</book>
<book>
<id>776407</id>
<title>
<![CDATA[ The House at Pooh Corner (Winnie-the-Pooh, #2) ]]>
</title>
<title_without_series>The House at Pooh Corner</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/776407.The_House_at_Pooh_Corner
]]>
</link>
<small_image_url>
<![CDATA[
https://images.gr-assets.com/books/1348195621s/776407.jpg
]]>
</small_image_url>
<image_url>
<![CDATA[
https://images.gr-assets.com/books/1348195621m/776407.jpg
]]>
</image_url>
<num_pages>180</num_pages>
<work>
<id>3244521</id>
</work>
<isbn>0525444440</isbn>
<isbn13>9780525444442</isbn13>
<average_rating>4.35</average_rating>
<ratings_count>67431</ratings_count>
<publication_year>1988</publication_year>
<publication_month>10</publication_month>
<publication_day>31</publication_day>
<authors>
<author>
<id>81466</id>
<name>A.A. Milne</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/81466.A_A_Milne
]]>
</link>
</author>
</authors>
</book>
<book>
<id>79551</id>
<title>
<![CDATA[ Moominpappa at Sea (The Moomins, #8) ]]>
</title>
<title_without_series>Moominpappa at Sea</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/79551.Moominpappa_at_Sea
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>240</num_pages>
<work>
<id>76814</id>
</work>
<isbn>0374453063</isbn>
<isbn13>9780374453060</isbn13>
<average_rating>4.32</average_rating>
<ratings_count>2972</ratings_count>
<publication_year>1993</publication_year>
<publication_month>10</publication_month>
<publication_day>1</publication_day>
<authors>
<author>
<id>45230</id>
<name>Tove Jansson</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/45230.Tove_Jansson
]]>
</link>
</author>
</authors>
</book>
<book>
<id>179565</id>
<title>
<![CDATA[ The Marvelous Land of Oz (Oz, #2) ]]>
</title>
<title_without_series>The Marvelous Land of Oz</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/179565.The_Marvelous_Land_of_Oz
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>192</num_pages>
<work>
<id>21430714</id>
</work>
<isbn>0140350411</isbn>
<isbn13>9780140350418</isbn13>
<average_rating>3.81</average_rating>
<ratings_count>10527</ratings_count>
<publication_year>1985</publication_year>
<publication_month>4</publication_month>
<publication_day>2</publication_day>
<authors>
<author>
<id>3242</id>
<name>L. Frank Baum</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/3242.L_Frank_Baum
]]>
</link>
</author>
</authors>
</book>
<book>
<id>19301</id>
<title>
<![CDATA[ The Adventures of Pippi Longstocking ]]>
</title>
<title_without_series>
<![CDATA[ The Adventures of Pippi Longstocking ]]>
</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/19301.The_Adventures_of_Pippi_Longstocking
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>290</num_pages>
<work>
<id>21478983</id>
</work>
<isbn>0670876127</isbn>
<isbn13>9780670876129</isbn13>
<average_rating>4.20</average_rating>
<ratings_count>3732</ratings_count>
<publication_year>1997</publication_year>
<publication_month/>
<publication_day/>
<authors>
<author>
<id>410653</id>
<name>Astrid Lindgren</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/410653.Astrid_Lindgren
]]>
</link>
</author>
</authors>
</book>
<book>
<id>41684</id>
<title>The Jungle Books</title>
<title_without_series>The Jungle Books</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/41684.The_Jungle_Books
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>368</num_pages>
<work>
<id>3183592</id>
</work>
<isbn>0451529758</isbn>
<isbn13>9780451529756</isbn13>
<average_rating>4.00</average_rating>
<ratings_count>63708</ratings_count>
<publication_year>2005</publication_year>
<publication_month>5</publication_month>
<publication_day>3</publication_day>
<authors>
<author>
<id>6989</id>
<name>Rudyard Kipling</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/6989.Rudyard_Kipling
]]>
</link>
</author>
</authors>
</book>
<book>
<id>452717</id>
<title>The Little Mermaid</title>
<title_without_series>The Little Mermaid</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/452717.The_Little_Mermaid
]]>
</link>
<small_image_url>
<![CDATA[
https://images.gr-assets.com/books/1441893629s/452717.jpg
]]>
</small_image_url>
<image_url>
<![CDATA[
https://images.gr-assets.com/books/1441893629m/452717.jpg
]]>
</image_url>
<num_pages>48</num_pages>
<work>
<id>48161510</id>
</work>
<isbn>0679887571</isbn>
<isbn13>9780679887577</isbn13>
<average_rating>4.21</average_rating>
<ratings_count>536</ratings_count>
<publication_year>1993</publication_year>
<publication_month>8</publication_month>
<publication_day>24</publication_day>
<authors>
<author>
<id>103097</id>
<name>Charles Santore</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/103097.Charles_Santore
]]>
</link>
</author>
</authors>
</book>
<book>
<id>7821826</id>
<title>البنت والأسد</title>
<title_without_series>البنت والأسد</title_without_series>
<link>
<![CDATA[ https://www.goodreads.com/book/show/7821826 ]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>48</num_pages>
<work>
<id>10861799</id>
</work>
<isbn/>
<isbn13/>
<average_rating>4.00</average_rating>
<ratings_count>177</ratings_count>
<publication_year>1992</publication_year>
<publication_month/>
<publication_day/>
<authors>
<author>
<id>35760</id>
<name>Charles Perrault</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/35760.Charles_Perrault
]]>
</link>
</author>
</authors>
</book>
<book>
<id>180617</id>
<title>Pinocchio</title>
<title_without_series>Pinocchio</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/180617.Pinocchio
]]>
</link>
<small_image_url>
<![CDATA[
https://images.gr-assets.com/books/1327938097s/180617.jpg
]]>
</small_image_url>
<image_url>
<![CDATA[
https://images.gr-assets.com/books/1327938097m/180617.jpg
]]>
</image_url>
<num_pages>262</num_pages>
<work>
<id>2685281</id>
</work>
<isbn>0140382623</isbn>
<isbn13>9780140382624</isbn13>
<average_rating>3.87</average_rating>
<ratings_count>45553</ratings_count>
<publication_year>1996</publication_year>
<publication_month>8</publication_month>
<publication_day>1</publication_day>
<authors>
<author>
<id>15123</id>
<name>Carlo Collodi</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/15123.Carlo_Collodi
]]>
</link>
</author>
</authors>
</book>
<book>
<id>774449</id>
<title>Nutcracker</title>
<title_without_series>Nutcracker</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/774449.Nutcracker
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>120</num_pages>
<work>
<id>2221897</id>
</work>
<isbn>051755285X</isbn>
<isbn13>9780517552858</isbn13>
<average_rating>4.13</average_rating>
<ratings_count>5938</ratings_count>
<publication_year>1984</publication_year>
<publication_month>9</publication_month>
<publication_day>13</publication_day>
<authors>
<author>
<id>7267068</id>
<name>E.T.A. Hoffmann</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/7267068.E_T_A_Hoffmann
]]>
</link>
</author>
</authors>
</book>
<book>
<id>152382</id>
<title>
<![CDATA[ Mary Poppins Comes Back (Mary Poppins, #2) ]]>
</title>
<title_without_series>Mary Poppins Comes Back</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/152382.Mary_Poppins_Comes_Back
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>268</num_pages>
<work>
<id>1575718</id>
</work>
<isbn>0152058168</isbn>
<isbn13>9780152058166</isbn13>
<average_rating>4.10</average_rating>
<ratings_count>7977</ratings_count>
<publication_year>2006</publication_year>
<publication_month>6</publication_month>
<publication_day>1</publication_day>
<authors>
<author>
<id>6872556</id>
<name>P.L. Travers</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/6872556.P_L_Travers
]]>
</link>
</author>
</authors>
</book>
<book>
<id>119502</id>
<title>The Iron Man</title>
<title_without_series>The Iron Man</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/119502.The_Iron_Man
]]>
</link>
<small_image_url>
<![CDATA[
https://images.gr-assets.com/books/1338828094s/119502.jpg
]]>
</small_image_url>
<image_url>
<![CDATA[
https://images.gr-assets.com/books/1338828094m/119502.jpg
]]>
</image_url>
<num_pages/>
<work>
<id>1359732</id>
</work>
<isbn>0571226124</isbn>
<isbn13>9780571226122</isbn13>
<average_rating>3.96</average_rating>
<ratings_count>4465</ratings_count>
<publication_year>2005</publication_year>
<publication_month>3</publication_month>
<publication_day>3</publication_day>
<authors>
<author>
<id>996</id>
<name>Ted Hughes</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/996.Ted_Hughes
]]>
</link>
</author>
</authors>
</book>
<book>
<id>6690</id>
<title>
<![CDATA[ Danny the Champion of the World ]]>
</title>
<title_without_series>
<![CDATA[ Danny the Champion of the World ]]>
</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/6690.Danny_the_Champion_of_the_World
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>224</num_pages>
<work>
<id>824600</id>
</work>
<isbn>0375814256</isbn>
<isbn13>9780375814259</isbn13>
<average_rating>4.07</average_rating>
<ratings_count>36620</ratings_count>
<publication_year>2002</publication_year>
<publication_month>2</publication_month>
<publication_day>12</publication_day>
<authors>
<author>
<id>4273</id>
<name>Roald Dahl</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/4273.Roald_Dahl
]]>
</link>
</author>
</authors>
</book>
<book>
<id>779021</id>
<title>
<![CDATA[ The Happy Prince and Other Tales ]]>
</title>
<title_without_series>
<![CDATA[ The Happy Prince and Other Tales ]]>
</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/779021.The_Happy_Prince_and_Other_Tales
]]>
</link>
<small_image_url>
<![CDATA[
https://images.gr-assets.com/books/1320435766s/779021.jpg
]]>
</small_image_url>
<image_url>
<![CDATA[
https://images.gr-assets.com/books/1320435766m/779021.jpg
]]>
</image_url>
<num_pages>96</num_pages>
<work>
<id>23684401</id>
</work>
<isbn>0679444734</isbn>
<isbn13>9780679444732</isbn13>
<average_rating>4.17</average_rating>
<ratings_count>6219</ratings_count>
<publication_year>1995</publication_year>
<publication_month>10</publication_month>
<publication_day>10</publication_day>
<authors>
<author>
<id>3565</id>
<name>Oscar Wilde</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/3565.Oscar_Wilde
]]>
</link>
</author>
</authors>
</book>
<book>
<id>74998</id>
<title>
<![CDATA[ The Magic Faraway Tree (The Faraway Tree, #2) ]]>
</title>
<title_without_series>The Magic Faraway Tree</title_without_series>
<link>
<![CDATA[
https://www.goodreads.com/book/show/74998.The_Magic_Faraway_Tree
]]>
</link>
<small_image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png
]]>
</small_image_url>
<image_url>
<![CDATA[
https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png
]]>
</image_url>
<num_pages>177</num_pages>
<work>
<id>1359249</id>
</work>
<isbn>074974801X</isbn>
<isbn13>9780749748012</isbn13>
<average_rating>4.29</average_rating>
<ratings_count>24889</ratings_count>
<publication_year>2002</publication_year>
<publication_month>1</publication_month>
<publication_day/>
<authors>
<author>
<id>10657</id>
<name>Enid Blyton</name>
<link>
<![CDATA[
https://www.goodreads.com/author/show/10657.Enid_Blyton
]]>
...

This file has been truncated, please download it to see its full contents.

Sample Utterances

Plain text
List of sample utterances.
getBook	get the book
getBook	get book
getBook	get a book {Title}
getBook	get the book {Title}
getBook	get that book {Title}
getBook	get book {Title}
...
getRating	what is the rating
getRating	whats the average rating
getRating	rating
...
getAuthor	who is the author
getAuthor	author
getAuthor	who was it written by
getAuthor	who wrote the book
...
getPages	how many pages are in the book
getPages	what's the page count
getPages	page count
...
getDescription	what the book about
getDescription	whats it about
getDescription	whats the description
getDescription	description
...
getSimilar	what are some similar books
getSimilar	similar books
getSimilar	other books like this
...

Intent Schema

JSON
Alexa Skill Intent Schema
{
  "intents": [
    {
      "intent": "getBook",
      "slots": [
        {
          "name": "Title",
          "type": "TITLE"
        }
      ]
    },
    {
      "intent": "getRating",
      "slots": []
    },
    {
      "intent": "getAuthor",
      "slots": []
    },
    {
      "intent": "getPages",
      "slots": []
    },
    {
      "intent": "getDescription",
      "slots": []
    },
    {
      "intent": "getSimilar",
      "slots": []
    },
    {
      "intent": "AMAZON.HelpIntent",
      "slots": []
    },
    {
      "intent": "AMAZON.StopIntent",
      "slots": []
    },
    {
      "intent": "AMAZON.CancelIntent",
      "slots": []
    }
  ]
}

Slot values for TITLE

Plain text
Top 100 book titles, used as example Slot values for the TITLE variable. Alexa uses these example values to better interpret spoken commands by the user, when filling the "get book" intent for the slot value of "TITLE". The entire example book title list comprises of several tens of thousands example book titles.
The Hunger Games
Harry Potter and the Order of the Phoenix
To Kill a Mockingbird
Pride and Prejudice
Twilight
The Chronicles of Narnia
The Book Thief
Animal Farm
Gone with the Wind
The Giving Tree
The Hitchhiker's Guide to the Galaxy
The Fault in Our Stars
J.R.R. Tolkien 4 Book Boxed Set The Hobbit and The Lord of the Rings
Wuthering Heights
The Da Vinci Code
Memoirs of a Geisha
Alice's Adventures in Wonderland and Through the Looking Glass
Les Misrables
Romeo and Juliet
Divergent
The Picture of Dorian Gray
Lord of the Flies
The Alchemist
Jane Eyre
Ender's Game
Crime and Punishment
The Time Traveler's Wife
City of Bones
Charlotte's Web
The Help
Anne of Green Gables
The Perks Of Being A Wallflower
Of Mice and Men
Dracula
The Great Gatsby
Brave New World
The Princess Bride
One Hundred Years of Solitude
A Wrinkle in Time
The Secret Garden
A Thousand Splendid Suns
The Lovely Bones
The Adventures of Huckleberry Finn
The Catcher in the Rye
Where the Wild Things Are
Green Eggs and Ham
The Little Prince
Water for Elephants
Life of Pi
Fahrenheit 451
A Tale of Two Cities
The Odyssey
The Outsiders
The Lightning Thief
A Game of Thrones
Lolita
Slaughterhouse Five
Catch 22
The Pillars of the Earth
Dune
Frankenstein
The Stand
Watership Down
The Adventures of Sherlock Holmes
The Kite Runner
My Sister's Keeper
One Flew Over the Cuckoo's Nest
The Giver
The Bell Jar
The Handmaid's Tale
A Tree Grows in Brooklyn
Outlander
Rebecca
Anna Karenina
The Color Purple
Angela's Ashes
The Girl with the Dragon Tattoo
The Road
A Clockwork Orange
The Brothers Karamazov
Matilda
Vampire Academy
Little Women
The Poisonwood Bible
The Fellowship of the Ring
Harry Potter and the Sorcerer's Stone
Atlas Shrugged
Siddhartha
Don Quixote
The Golden Compass
The Notebook
A Prayer for Owen Meany
The Old Man and the Sea
Great Expectations
The Complete Stories and Poems
Moby Dick or, The Whale
Interview with the Vampire
Winnie the Pooh
The Red TentThe Secret Life of Bees
Middlesex

Credits

Kory Becker

Kory Becker

1 project • 0 followers

Comments