how er create json data file to train our rasa model code example
Example: how er create json data file to train our rasa model
{
"text": "hey",
"intent": "greet",
"entities": []
}
{
"text": "hey",
"intent": "greet",
"entities": []
}