This repository has been archived on 2023-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
jarvis-server/intents/daily/date_and_time/lang/en-en.json
Mathieu B 8131b046b2 Base
2021-07-26 18:23:32 +02:00

27 lines
488 B
JSON

{
"what_time_is_it": {
"patterns": [
"What time is it",
"Show me the time",
"Tell me the time",
"What's the time",
"What is the time"
],
"responses": [
"It is {time}",
"It's {time} right now",
"The time is {time}"
]
},
"what_day_is_it": {
"patterns": [
"What's the day",
"Tell me the day of the week. ",
"What day are we"
],
"response": [
"{day}",
"Today is {day}"
]
}
}