[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Improves action package
Browse files Browse the repository at this point in the history
Adds additional synonyms
Improves TTS to not use optional values

Bug: 77733556
Bug: 77733881
Change-Id: I7873cd8233f831594672551538a48ad9c3e72e1c
  • Loading branch information
Fleker committed Apr 11, 2018
1 parent 5afa350 commit 83e5ab8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google-assistant-sdk/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"items": [
{
"simpleResponse": {
"textToSpeech": "Blinking $speed.raw $number times"
"textToSpeech": "Blinking $number times"
}
},
{
Expand All @@ -64,18 +64,21 @@
{
"key": "slowly",
"synonyms": [
"slowly",
"slow"
]
},
{
"key": "normally",
"synonyms": [
"normally",
"regular"
]
},
{
"key": "quickly",
"synonyms": [
"quickly",
"fast",
"quick"
]
Expand Down

0 comments on commit 83e5ab8

Please sign in to comment.