Allow skills to mark response as final to prevent going next
manthanhd opened this issue · comments
Something like:
response.message = new SingleLineMessage('We\'ve mailed the product to you');
response.final();
return next()
I should also be able to mark response as final without providing a message in which case up to previous skill's message is considered.
Hey @manthanhd
Can you some readme to the project to show general details and setup instructions?
@xRahul Done. Let me know how you find it.
@manthanhd looks good! I'll check it out