I have created a Bot with the use case of banking. In that I have a task called fund transfer, to transfer the funds I need to ask the user for the date and need validate it for future and present dates for two different flows. so how can I validate using the date entity.
Hello @vanapalli.kumar01
,
Welcome to Kore Community ![]()
Please check if the following posts are helpful:
https://test-discourse.kore.ai/t/can-anyone-help-me-to-validate-date-using-entity-type/2556
https://test-discourse.kore.ai/t/how-to-validate-dates-for-dateperiod-entity-type/2112/4
Thank you for stopping by!!
Hi Sameera ,
I am not using the date period entity I am using the date entity I need to ask the user for the date only at once and need to validate it with the present date not with the user input.