ChatBot / intents.json
lozanopastor's picture
Upload intents.json
5f4436b verified
raw
history blame contribute delete
636 Bytes
[
{
"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"
}
]