diff --git a/docs/configure.rst b/docs/configure.rst index 31fbc989a3..4a931328a0 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 """""""""""""