31 lines
No EOL
528 B
TOML
31 lines
No EOL
528 B
TOML
[voice]
|
|
id = "jarvis-remaster"
|
|
name = "Jarvis New"
|
|
author = "Abraham (Priler)"
|
|
languages = ["ru", "en"]
|
|
|
|
[reactions]
|
|
# app startup
|
|
greet = ["greet1"]
|
|
greet_morning = ["greet_morning"]
|
|
greet_day = ["greet_day"]
|
|
greet_evening = ["greet_evening"]
|
|
greet_night = ["greet_night"]
|
|
|
|
# wake word detected
|
|
reply = ["reply1", "reply2", "reply3", "reply4", "reply5", "reply6"]
|
|
|
|
# command executed
|
|
ok = ["ok1", "ok2", "ok3", "ok4"]
|
|
|
|
# command not found
|
|
not_found = []
|
|
|
|
# thanks
|
|
thanks = ["thanks"]
|
|
|
|
# error
|
|
error = []
|
|
|
|
# goodbye
|
|
goodbye = [] |