Spaces:
Build error
Build error
| [ | |
| { | |
| "text": "hola", | |
| "intent": "greet" | |
| }, | |
| { | |
| "text": "buenos d\u00edas", | |
| "intent": "greet" | |
| }, | |
| { | |
| "text": "adi\u00f3s", | |
| "intent": "goodbye" | |
| }, | |
| { | |
| "text": "hasta luego", | |
| "intent": "goodbye" | |
| }, | |
| { | |
| "text": "qu\u00e9 horario tienen?", | |
| "intent": "ask_hours" | |
| }, | |
| { | |
| "text": "a qu\u00e9 hora abren?", | |
| "intent": "ask_hours" | |
| }, | |
| { | |
| "text": "c\u00f3mo me registro?", | |
| "intent": "ask_registration" | |
| }, | |
| { | |
| "text": "quiero matricularme", | |
| "intent": "ask_registration" | |
| } | |
| ] |