From e3be115ff03fed89933f8861b9ba52b1517dc9ed Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 19 Apr 2017 23:27:10 +0300 Subject: [PATCH] Add speech rec to docs --- docs/configure.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/configure.rst b/docs/configure.rst index 31fbc989a36f..4a931328a03e 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -94,6 +94,19 @@ You need to create a Google Maps API key for the Javascript, Geocoding and Embed You can disable the feature by adding ``GOOGLE_MAPS_ENABLED=false`` to the .env file. +Voice Commands +"""""""""""""" + +Supporting voice commands requires creating a `LUIS.ai app `_, once the app is created you can import this `model file `_. + +You'll also need to set the following values in the .env file. + +.. code-block:: shell + + SPEECH_ENABLED=true + MSBOT_LUIS_APP_ID=... + MSBOT_LUIS_SUBSCRIPTION_KEY=... + Using a Proxy """""""""""""