I have created a NLP Chatbot using Amazon Lex. Is there a way to manually stop the voice conversation while it is in-progress? I tried calling the conversation.reset() method defined in the javascript file (aws-lex-audio.js) provided by Amazon, but it is not working.
Asked
Active
Viewed 194 times
1 Answers
0
If your goal is to only restart the conversation, you can change the UserId value and the next request would start a new conversation.

rocketlobster
- 690
- 7
- 18