1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-26 10:14:57 +03:00
leon/skills/utilities/speed_test/config/en.json

30 lines
1011 B
JSON
Raw Normal View History

{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",
"utterance_samples": [
"What is my current Internet speed?",
"Can you make me a speedtest?",
"Make a speedtest",
"Start a speed test",
"Is my Internet network good?",
"Is my Internet connection good?"
]
}
},
"answers": {
"testing": [
"Well, I start the analysis. The result of the test will be given to you in a few moments...",
"Alright, I'm starting the analysis. Please wait a moment, the result will be given to you soonly..."
],
"done": [
"Analysis completed. Here is your result:<ul><br><li>Ping: %ping%</li><li>Download: %download%</li><li>Upload: %upload%</li></ul>"
],
"error": [
"Oops, an error occurred during my research... Sorry, but I can not analyze your network.",
"Somehow, I was not able to run the speed test correctly. I'm sorry for that."
]
}
}