get_intent

in lib/wit.rb [83:86]


  def get_intent(intent)
    req(logger, @access_token, Net::HTTP::Get, "/intents/#{URI.encode(intent)}")
  end