When I am sending buttons data from actions file like
/intent{"entity_name":"entity_value"} rasa is not able to recognize the entity_name but it is recognizing the intent name. I think this is a small bug
When I am sending buttons data from actions file like
/intent{"entity_name":"entity_value"} rasa is not able to recognize the entity_name but it is recognizing the intent name. I think this is a small bug
Did you include at least two examples of entity_name in the NLU file and define it in the domain?
Ya. Thank was my mistake. I didn’t include my entity in the domain.yml file
Thanks Chris