Method: WitBot::Bot::Conversation::Base.from_hash

Defined in:
lib/wit_bot/bot/conversation/base.rb

.from_hash(json) ⇒ Object



55
56
57
# File 'lib/wit_bot/bot/conversation/base.rb', line 55

def self.from_hash(json)
  self.new.from_hash json.with_indifferent_access
end