mirror of
https://github.com/rhasspy/rhasspy.git
synced 2022-02-12 01:59:45 +03:00
Pass custom entities through /api/listen-for-command to NLU intent
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
- MaryTTS voice test in Web UI
|
||||
- Remove dialogue session from site cache on end
|
||||
- Don't throw error about system not configured if message is intent for satellite (schnopsi)
|
||||
- Custom entities from /api/listen-for-command are passed through to NLU intent
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
BIN
docs/img/min-asr-confidence.png
Normal file
BIN
docs/img/min-asr-confidence.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
@@ -474,7 +474,7 @@ Application authors may want to use the [rhasspy-client](https://pypi.org/projec
|
||||
* Returns intent JSON when command is finished
|
||||
* `?nohass=true` - stop Rhasspy from handling the intent
|
||||
* `?timeout=<seconds>` - override default command timeout
|
||||
* `?entity=<entity>&value=<value>` - set custom entity/value in recognized intent
|
||||
* `?entity=<entity>&value=<value>` - set custom entities/values in recognized intent
|
||||
* <a id="api_listen_for_wake"><tt>/api/listen-for-wake</tt></a>
|
||||
* POST "on" to have Rhasspy listen for a wake word
|
||||
* POST "off" to disable wake word
|
||||
|
||||
Submodule rhasspy-dialogue-hermes updated: 80ba5f3764...9674fbc805
Submodule rhasspy-fuzzywuzzy-hermes updated: 40047029f8...0a8f4721d6
Submodule rhasspy-hermes updated: ee5acb3d7f...e657cf317d
Submodule rhasspy-nlu-hermes updated: 5f03c0f2de...23cbb22c5d
Submodule rhasspy-rasa-nlu-hermes updated: 7564e5bed7...704b2a7582
Submodule rhasspy-server-hermes updated: 87d2397272...9ef868acde
Submodule rhasspy-snips-nlu-hermes updated: 261be5c9c6...0bfd7f0d4f
Reference in New Issue
Block a user