Method: WitBot::Bot::Conversation::Base#output
- Defined in:
- lib/wit_bot/bot/conversation/base.rb
#output(text, meta = nil) ⇒ Object
36 37 38 39 40 41 42 |
# File 'lib/wit_bot/bot/conversation/base.rb', line 36 def output(text, =nil) = thread. text . = changed notify_observers :output, end |