Difference between revisions of "Resources - OneGC Alexa Proof-of-Concept"

From wiki
Jump to navigation Jump to search
(added link)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Templates for Proof-of-Concept ==
+
== [https://github.com/canada-ca/alexapoc-vdpalexa/wiki/Participant-code-repositories Alexa Proof-of-Concept Code Repositories] ==
*  
+
=== Thomas Gohard (TBS OneGC) ===
 +
* [https://github.com/thomasgohard/alexa-hello-world Alexa Skill - Hello, World]
 +
* [https://github.com/thomasgohard/alexa-test-dynamodb Alexa Skill - Connect to DynamoDB]
 +
* [https://github.com/thomasgohard/parks-canada-fees-importer Script to import the Parks Canada Fees Open Data set into DynamoDB]
 +
* [https://github.com/thomasgohard/alexa-parks-canada-fees Alexa Skill - Parks Canada Fees PoC]
 +
 
 +
=== Pascal Chahine (TBS OneGC Micro-mission) ===
 +
* [https://github.com/canada-ca/alexapoc-vdpalexa/wiki Alexa PoC Wiki]
 +
 
 +
=== Ainsley Bernard (TC) ===
 +
* [https://github.com/canada-ca/alexapoc-vrdb Alexa Skill - Transport Canada Vehicle Recall Information PoC]
 +
* [https://open.canada.ca/data/en/dataset/1ec92326-47ef-4110-b7ca-959fab03f96d Open Canada - Vehicle Recalls Database]
 +
* [https://github.com/ainsleybernard/import-vrdb-data Script to import the Vehicle Recalls Open Data set into DynamoDB]
 +
 
 +
=== Paul Coyte (HC) ===
 +
* [https://github.com/canada-ca/alexapoc-healthcanada-recalls Alexa Skill - Health Canada's Recalls and Safety Alerts PoC]
 +
* [https://github.com/coyt0001/hcrecalls-dynamodb-loader Script for uploading recalls data into DynamoDB]
 +
* [https://github.com/coyt0001/hcrecalls-lambda-kinesis-to-elasticsearch Lambda script used to upload JSON pushed from Kinesis to Elasticsearch]
 +
* [http://healthycanadians.gc.ca/connect-connectez/data-donnees/recall-alert-rappel-avis-eng.php Open Data - Recalls and Safety Alerts]
 +
 
 +
=== Boysie Tupaz (CRA) ===
 +
* [https://github.com/canada-ca/alexapoc-ccbpaymentdates Alexa Skill - Canada Child Benefit Program PoC]
 +
* [https://github.com/BoysieTupaz/ccb-payment-dates Script to import Canada Child Benefit (CCB) payment dates into DynamoDB]
 +
 
 
== Helpful links ==
 
== Helpful links ==
 +
* [https://developer.amazon.com/blogs/alexa/post/2b9f00a1-551e-461a-ae13-88b3323b353f/how-to-prime-your-skill-for-prime-day List of blog posts, documentation, and other helpful material to start improving your Skill]
 
* [https://developer.amazon.com/docs/alexa-voice-service/notifications-overview.html Notifications Overview (Amazon Alexa)]
 
* [https://developer.amazon.com/docs/alexa-voice-service/notifications-overview.html Notifications Overview (Amazon Alexa)]
 
* [https://developer.amazon.com/docs/alexa-voice-service/notifications.html Notifications Interface (v1.0) (Amazon Alexa)]
 
* [https://developer.amazon.com/docs/alexa-voice-service/notifications.html Notifications Interface (v1.0) (Amazon Alexa)]
Line 10: Line 34:
 
* [https://www.youtube.com/watch?v=1cx_I0kARnU&list=PL2KJmkHeYQTNwlZqLh_ptZhSNZf93e8Sp Building Alexa Skills from Scratch videos]
 
* [https://www.youtube.com/watch?v=1cx_I0kARnU&list=PL2KJmkHeYQTNwlZqLh_ptZhSNZf93e8Sp Building Alexa Skills from Scratch videos]
 
* [https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html#amazon-effect Speech Synthesis Markup Language (SSML) Reference]
 
* [https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html#amazon-effect Speech Synthesis Markup Language (SSML) Reference]
 
+
* [https://www.interaction-design.org/literature/article/how-to-design-voice-user-interfaces How to Design Voice User Interfaces]
  
 
[[Category:OneGC Alexa Proof-of-Concept]]
 
[[Category:OneGC Alexa Proof-of-Concept]]

Latest revision as of 14:27, 22 August 2018

Alexa Proof-of-Concept Code Repositories

Thomas Gohard (TBS OneGC)

Pascal Chahine (TBS OneGC Micro-mission)

Ainsley Bernard (TC)

Paul Coyte (HC)

Boysie Tupaz (CRA)

Helpful links