Hello all, Here is problem scenario:
- In my chatbot there is functionality to get all payments during a certain period.( Account I’d is one entity and period is second entity)
- and generally the expected utterance would be like ’ I want all payments of account 123 from since last quarter ‘(last quarter is entity) Or ’ I want all payments of account 123 from since last year’(last year is entity) I was able to handle these utterances but if the input is like ’ I want all payments from 01-01-2024 to 01-10-2024’( both dates are entities) then one of date is overriding my account id slot.
So, how to solve this issue… Any ideas?