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?
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?
You mean Elicited Slot ?
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
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:
2 People are following this question.