Input Forms
#1246
Replies: 2 comments 4 replies
-
Faced with the same inconvenience, made a small api proposal |
Beta Was this translation helpful? Give feedback.
4 replies
-
Definitely make it a separate library. Don't base it on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see many cases, where interaction with a bot can be thought of as filling up an input form: you go step by step, providing the bot with answers to given questions, in the end you might want to check/fix one of the input field values and confirm. This sounds similar to the way wizard scene is functioning, however, in wizard scene every step is dependent on the previous one (e.g. you have to reply with a question in step 1, and process user input in step 2).
Maybe there is an existing solution for this, however, I wasn't able to find it. If that's the case, pointing in the direction of such tool will be highly appreciated.
If not, does it make sense to organize it as part of this project or as an outside library for it?
Beta Was this translation helpful? Give feedback.
All reactions