Skip to content

Commit 6630a5f

Browse files
Corey Pauleyballoob
Corey Pauley
authored andcommitted
Added a brief explanation and screenshot of Alexa Skills Kit and slot type synonyms (home-assistant#3995)
* Added a brief explanation and screenshot of Alexa Skills Kit and slot type synonyms * ✏️ Added missing comma
1 parent a90d5eb commit 6630a5f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

source/_components/alexa.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ Custom slot type for scene support.
135135

136136
The names must exactly match the scene names (minus underscores - amazon discards them anyway and we later map them back in with the template).
137137

138+
In the new Alexa Skills Kit, you can also create synonyms for slot type values, which can be used in place of the base value in utterances. Synonyms will be replaced with their associated slot value in the intent request sent to the Alexa API endpoint, but only if there are not multiple synonym matches. Otherwise, the value of the synonym that was spoken will be used.
139+
140+
<p class='img'>
141+
<img src='/images/components/alexa/scene_slot_synonyms.png' />
142+
Custom slot values with synonyms.
143+
</p>
144+
138145
Add a sample utterance:
139146

140147
```text
Loading

0 commit comments

Comments
 (0)