alexa-slot Questions

3

Solved

I got the error code Error code: InvalidIntentSamplePhraseSlot when I built the model using the new skills console. The full error message is Sample utterance "AddBookmarkIntent i am at {pageno} ...
Oxeyed asked 20/2, 2018 at 19:37

2

Solved

In my interaction model I defined a slot named city that is optional, not required, to fulfill an intent. I'm using the python ask sdk, so my handler is this: class IntentHandler(RequestHandler):...
Vlada asked 11/1, 2019 at 16:25

4

I am creating an Alexa skill, I have coded several custom and default intents and they are working fine. Now I want to write a fallback intent wherein I want to get the exact statement asked/sent t...
Reply asked 7/5, 2018 at 5:0

2

Solved

I have set up a simple intent { "interactionModel": { "languageModel": { "invocationName": "viva bank", "intents": [ ...builtin intents...{ "name": "ask", "slots": [{ "name": ...
Ledoux asked 26/4, 2019 at 15:11

1

Solved

I am trying to understand properly how slots work programmatically. Before coding anything, I am trying to understand it well by looking at the examples for alexa sdk for python. Specifically, I w...
Employer asked 16/4, 2019 at 7:27

4

I've already posted this question to the amazon developer forum but don't receive an answer there. I guess Stackoverflow should've been the first choice from the beginning: From my understanding i...
Gynaecology asked 10/3, 2017 at 15:8

2

Solved

I noticed something strange when testing my interaction model with the Alexa skills kit. I defined a custom slot type, like so: CAR_MAKERS Mercedes | BMW | Volkswagen And my intent scheme was s...
Nubianubian asked 9/10, 2016 at 18:8

3

Solved

I want to create a simple multi-turn dialog with the Alexa Skill model. My intent consists of 3 slots, each of which are required to fulfill the intent. I prompt every slot and defined all of the n...
Astraddle asked 7/8, 2018 at 9:44

2

Solved

I am trying to build an alexa custom skill. I am facing an issue where I am trying to get Yes/No responses from the user for a question which the skill asks the user. Alexa: Would you like to know...
Carving asked 20/2, 2017 at 4:57

2

Solved

I want to receive a dollar amount in my utterance. So, for example, if I ask Alexa: Send $100.51 to Kroger. (pronounced, One hundred dollars and fifty one cents) I want to receive the value 1...
Cloraclorinda asked 16/2, 2017 at 3:37

4

Solved

How can I create a generic slot for an Alexa skill? So that I can create my own Todo app and it will recognise the free form text.
Apeman asked 2/10, 2016 at 17:6

2

Solved

I need to make a Custom Skill for the Alexa Skills Kit, which should be one echo device in every room. I need to get the device_id for every echo device. I heard this isn't possible, but maybe it ...
Affection asked 13/7, 2016 at 11:53
1

© 2022 - 2024 — McMap. All rights reserved.