Add skip_words
This commit is contained in:
@ -7,6 +7,10 @@ intents:
|
|||||||
- "(set|change) [the] master bedroom mode to {mode}"
|
- "(set|change) [the] master bedroom mode to {mode}"
|
||||||
- "(activate|turn on) {mode} in [the] master bedroom"
|
- "(activate|turn on) {mode} in [the] master bedroom"
|
||||||
|
|
||||||
|
skip_words:
|
||||||
|
- "please"
|
||||||
|
- "can you"
|
||||||
|
|
||||||
lists:
|
lists:
|
||||||
mode:
|
mode:
|
||||||
values:
|
values:
|
||||||
|
@ -7,6 +7,10 @@ intents:
|
|||||||
- "{action} the computer for {person}"
|
- "{action} the computer for {person}"
|
||||||
- "{action} {person}'s computer"
|
- "{action} {person}'s computer"
|
||||||
|
|
||||||
|
skip_words:
|
||||||
|
- "please"
|
||||||
|
- "can you"
|
||||||
|
|
||||||
lists:
|
lists:
|
||||||
person:
|
person:
|
||||||
values:
|
values:
|
||||||
|
Reference in New Issue
Block a user