question

newuser-0995cf51-3391-42a9-ad2d-7ccd33f027c2 avatar image

Can we have a particular response for a utterance ?

I want to map utterances with their specific responses.

Can anyone help guide me how to do this ? what changes I have to make in json file and lambda function?

alexa skills kitalexa voice servicealexaalexa simulatoralexa lists
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

newuser-825f3f5e-3b87-4703-999f-32461aa52a0e avatar image
newuser-825f3f5e-3b87-4703-999f-32461aa52a0e answered

You mean Elicited Slot ?

2 comments
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

No, this is an advance concept.My query is not that complicated I just want to map an intent utterances with an particular output response.

Let say if an intent has more than one utternace ,so here I want to do one to one mapping with its response

I hope u understand what my query is

0 Likes 0 ·
Jamie Grossman avatar image Jamie Grossman ♦♦ commented ·

Can't you just make a new intent, map an utterance to it, and then respond with whatever you want in the handler? Maybe this sample might help:

https://github.com/alexa/skill-sample-nodejs-fact

0 Likes 0 ·