mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-16 15:14:41 -04:00
Working on the bot
This commit is contained in:
parent
0a7381294e
commit
e7e3ce6e5c
@ -80,7 +80,7 @@ class BotController extends Controller
|
|||||||
$url = sprintf('%s?id=%s&subscription-key=%s&q=%s', MSBOT_LUIS_URL, $appId, $subKey, $message);
|
$url = sprintf('%s?id=%s&subscription-key=%s&q=%s', MSBOT_LUIS_URL, $appId, $subKey, $message);
|
||||||
$data = file_get_contents($url);
|
$data = file_get_contents($url);
|
||||||
$data = json_decode($data);
|
$data = json_decode($data);
|
||||||
dd($data);
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user