1
0
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:
Michael Hansen
2021-04-08 14:03:10 -04:00
parent dc64a292eb
commit 3b77183b6c
10 changed files with 9 additions and 8 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -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