post_intents

in lib/wit.rb [87:90]


  def post_intents(payload)
    req(logger, @access_token, Net::HTTP::Post, "/intents", {}, payload)
  end