Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow skills to mark response as final to prevent going next #3

Closed
manthanhd opened this issue Oct 19, 2016 · 4 comments
Closed

Allow skills to mark response as final to prevent going next #3

manthanhd opened this issue Oct 19, 2016 · 4 comments

Comments

@manthanhd
Copy link
Owner

Something like:

response.message = new SingleLineMessage('We\'ve mailed the product to you');
response.final();
return next()
@manthanhd
Copy link
Owner Author

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.

@xRahul
Copy link

xRahul commented Oct 20, 2016

Hey @manthanhd

Can you some readme to the project to show general details and setup instructions?

@manthanhd
Copy link
Owner Author

@xRahul Done. Let me know how you find it. 😃

@xRahul
Copy link

xRahul commented Oct 21, 2016

@manthanhd looks good! I'll check it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants