mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Add speech rec to docs
This commit is contained in:
parent
39e43a3bec
commit
e3be115ff0
@ -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.
|
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 <https://www.luis.ai/home/index>`_, once the app is created you can import this `model file <https://download.invoiceninja.com/luis.json>`_.
|
||||||
|
|
||||||
|
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
|
Using a Proxy
|
||||||
"""""""""""""
|
"""""""""""""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user