-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SetVolumeIntent and SetVolumePercentIntent (#43)
* + Factored output strings into speechout.py + added response creators for multilingual output + added rebust substitution for outputs * matched speech_response and audio_response parameters + added German utterances * removed temporary files from create_zip * clean branch to generate approveable push request * + Added implementation for SetVolume Intent * + Added SetVolumePercentIntent * + Added utterances for SetVolumePercentIntent * + Added SetVolumePercentIntent to intent schema * fixed travis warnings * + Added Volume slot to mock intent in testcases * fix indentation * * fixed discreppency between float and int in SetVolume*Intent * removed unneded srv-reloads * fixed copy-pased errors in debug outputs * * fixed travis errors * unified outputgeneration for SetVolume*Intents
- Loading branch information
1 parent
949ed35
commit 8b4e1e2
Showing
6 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters