1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Working on the bot

This commit is contained in:
Hillel Coren 2016-08-10 17:04:33 +03:00
parent 0a7381294e
commit e7e3ce6e5c

View File

@ -80,7 +80,7 @@ class BotController extends Controller
$url = sprintf('%s?id=%s&subscription-key=%s&q=%s', MSBOT_LUIS_URL, $appId, $subKey, $message);
$data = file_get_contents($url);
$data = json_decode($data);
dd($data);
return $data;
}