slack-ruby / slack-ruby-bot

The easiest way to write a Slack bot in Ruby.
MIT License
1.12k stars 187 forks source link

is there an example for how to implement a conversational bot using slack-ruby-bot? #275

Closed rainchen closed 3 years ago

rainchen commented 3 years ago

A conversational bot can have a multi-turn dialogue with a user. The conversational bot cycle usually involves asking a question, parsing the response, and asking the next appropriate question until the task is complete.

here is an conversational bot example: https://www.twilio.com/blog/build-a-slackbot-with-twilio-autopilot

dblock commented 3 years ago

I don't know of an example.

You should be using https://github.com/slack-ruby/slack-ruby-bot-server-events instead of this, btw.