38 lines
691 B
JSON
38 lines
691 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"
|
|
],
|
|
"responses": [
|
|
"{day}",
|
|
"Today is {day}"
|
|
]
|
|
},
|
|
"others": {
|
|
"days_of_week": {
|
|
"0": "Monday",
|
|
"1": "Tuesday",
|
|
"2": "Wednesday",
|
|
"3": "Thursday",
|
|
"4:": "Friday",
|
|
"5": "Saturday",
|
|
"6": "Sunday"
|
|
}
|
|
}
|
|
} |