Posts: 40,483
Threads: 491
Joined: Aug 2002
07-28-2015, 02:07 PM
(This post was last modified: 02-21-2018, 01:00 PM by Dean Roddey.)
[All of this discussion is really old and probably should be ignored. This was the thread where all of this was initially worked out. So a lot of it refers to examples and content that doesn't exist anymore, and some of it is probably out of date and hence incorrectly. See the HTML help where all of this is covered now. If you have questions, start another thread. This thread is being locked.]
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
07-28-2015, 02:07 PM
(This post was last modified: 10-10-2015, 05:20 PM by Dean Roddey.)
(Removed and replaced with the PDF content in the first post.)
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
07-28-2015, 02:07 PM
(This post was last modified: 10-10-2015, 05:21 PM by Dean Roddey.)
(Removed and replaced with the PDF content in the first post.)
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
07-28-2015, 02:07 PM
(This post was last modified: 10-10-2015, 05:21 PM by Dean Roddey.)
(Removed and replaced with the PDF content in the first post.)
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
Here is a blog that shows you the steps required on the Amazon side. There's a good video there that goes through the steps. The actual information that you would enter in these steps is stuff that I will provide, so this video will just be a walk through to show you the steps, you won't have to actually come up with any of the content he's demonstrating.
https://developer.amazon.com/public/comm...Skills-Kit
There really three things:
- The javascript file, which you'll paste in
- The 'intent scheme' which is a JSON file which you'll paste in
- The 'utterances' which tell it the form of the spoken phrases supported and how to map them to 'intents' that get sent to CQC
I'll provide all three of those things. You could potentially modify the utterances a bit to provide other forms of them, as long as you know what you are doing. But nothing else can be changed. All of your work is on the CQC side, to handle the incoming requests.
And of course none of this will do you any good until I get 4.7.5 out, which is the first one that will have support in the web server for this stuff.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
07-28-2015, 02:48 PM
(This post was last modified: 08-25-2015, 10:58 AM by Dean Roddey.)
Oh, and there's also a special command:
Alexa, tell Control to Load Echo Configuration
Or you can say:
Alexa, tell Control to Load Configuration
That will cause it to send a command to the Web Server which will be triggered to reload the configuration file, so that you can make changes without having to cycle the server. 'Control' of course is just an example, it will be whatever you have configured in your Amazon app configuration.
Dean Roddey
Explorans limites defectum
Posts: 3,716
Threads: 196
Joined: Aug 2006
I'm getting an error setting up the Skill:
Error: There was a problem with your request: Unknown slot Value
I am in the developer portal copy/pasting the Intent and Utterances.
do the needful ...
Hue | Sonos | Harmony | Elk M1G // Netatmo / Brultech
Posts: 40,483
Threads: 491
Joined: Aug 2002
Oops, I must have made a mistake at the end. It's soooo error prone having to make the changes there and hope you remember to get them stored away correctly.
Anyway, the CQCQueryIntent's slot name should be Value, not Query, note it has to be the same as what is used in the sample utterances, and the query intent is using Value as the slot name.
Dean Roddey
Explorans limites defectum
Posts: 3,716
Threads: 196
Joined: Aug 2006
ok, got through that.
do we need to 'submit our application for certification'?
do the needful ...
Hue | Sonos | Harmony | Elk M1G // Netatmo / Brultech
Posts: 40,483
Threads: 491
Joined: Aug 2002
No, if it's not being monetized, you don't have to submit it.
Dean Roddey
Explorans limites defectum