duino_bot / for.json
Duino's picture
Create for.json
2aa756a
{
"intents": [
{
"intent": "greeting",
"commande": [
"hello",
"hi",
"hey"
],
"answer": "Hello! How can I assist you?"
},
{
"intent": "weather",
"commande": [
"what's the weather like?",
"tell me the weather forecast",
"is it going to rain today?"
],
"answer": "The weather today is sunny with a temperature of 25°C."
}
]
}