Hi,
I am using Date Period Entity in a dialog task. when it ask for the Entity value, i gave Dec 15 to Dec 29(today : Dec 28,2023).
The entity automatically take Dec 29 as fromDate & Dec 15 as toDate. Is there any way to take Dec 15 as fromDate & Dec 29 as toDate.
Hi @archanaamt ,
Thank you for reaching out to Kore.ai Community
FYI:
Please refer to the documentation for more information on using date entity.
Hope this helps.
Thank you,
Srujan Madderla
Kore.ai Community Team
Hi Srujan,
when i add this entity rule
{
“range”: {
“strict” : “true”
}
}
and give Jan 01 to Jan 10 in the Date Period Entity. (Today : Jan 02).
Still it takes Jan 10,2023 as fromDate and Jan 01,2024 as toDate.
Is there any way to take Jan 01 as from & Jan 10 as to date?