-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Conversations #270
Comments
Hi, this is planned, until then you can handle a conversation through webhooks and storage |
It would be great to see the simplest example of a conversation. For example, asking the user for an email using validation - don't accept the answer until the correct email is provided. |
Hi. You can use Storage (https://defstudio.github.io/telegraph/storage/entities_storage). For example you asked for a email. Set variable "wait_email_{user_id}". After that in handleChatMessage (https://defstudio.github.io/telegraph/webhooks/webhook-request-types) check variable. And work with this :) |
i'm going to make it. Do you have any ideas or wishes? |
I like to think there are 2 ways:
|
When is the next version planned to be developed? |
Yeah, we are designing it |
I need to collect information from the user using a conversation. So that the bot remembers the input context for a while.
Example: https://botman.io/2.0/conversations
The text was updated successfully, but these errors were encountered: