Intent node not working

Hi team, I have created 2 intent nodes and trained with 10 utterances each, however 2nd intent is not working, showing “nowordmatch” error in debug… how to fix this?
attached how intent nodes are setup… please assist with best… thank you!!

Hi Tarun,

Please confirm if the response shared in the below post, helps you.

Thank you,
Srujan Madderla

1 Like

Also getting stuck in 1 issue
I have developed a dialog task with 1 intent " restaurantincity" where I want to response to query like, do we have Chinese restaurant in Delhi.
and then 2 entity nodes 1 for restaurant type (chinese, Indian) 2nd for city type (Delhi, mumbai etc)
now when I am testing it on bot, and 1 message node where declared context for response as :slight_smile:
Yes, we have {{context.entities.restaurantEntity}} restaurant available in {{context.entities.restaurantCityEntity}}.
Do we have Chinese restaurant in Goa?
here its flexing, giving response as 2 response


what all need to check, ?

yes @srujan.madderla a it helped