enter image description hereI am creating a chat bot android application using api.ai(Dialog flow),I have two intents with similar type of questions. For ex. Intent 1: No_of_user_creating_leads Q: Number of user creating leads today?
Intent 2: No_of_user_creating_visits Q: Number of user creating leads today?
where user,leads and today is entities. when i want to ask second number questions it is triggering to first intent instead of second. is there any way to resolve this problem