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

Simplified Payload Option #292

Open
chughts opened this issue May 17, 2017 · 1 comment
Open

Simplified Payload Option #292

chughts opened this issue May 17, 2017 · 1 comment

Comments

@chughts
Copy link
Member

chughts commented May 17, 2017

Some nodes (STT, TTS, Conversation, Language Translator), need a simplified payload option. It should default to false, but when set, put the current payload onto msg.fullpayload, and msg.payload to a simplified version of the response that could be used to wire directly to the next node.

This would allow flows to be created that require fewer function nodes that set up msg.payload for the downstream nodes.

@chughts
Copy link
Member Author

chughts commented Jun 7, 2017

Implemented in STT and TTS in #300
Language Translator already had it.

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

No branches or pull requests

1 participant