Hi, I have 2 dialog tasks:
BookingTask with the following utterances:
I want to book
I want to make a booking
I want to make a reservation
I need to book
and BookBookingTask with the following utterances:
I want to book a book
I want to make a book booking
I want to make a book reservation
I need to book a book
When I ask the bot “I want to book a book”, it is returning de BookingTask instead of the BookBookingTask, any idea why it is happening?
any help would be appreciated