Is it possible to customize a datepicker to pop up for user selection
Hi @chatbotcognigy56 ,
Please refer the following post:
Hi @sachithra.k ,
Yes, the bot can recognize multiple intents for a single user utterance.
In that case, it would ask the user to select an option among the detected multiple intents.
For example, if I have a task “templateTest” which has “multiCheck” as trained utterance.
And I also have a task named “multiCheck”, when the user says, “multiCheck”, the bot would throw the “select option” message:
[image]
Please refer: https://developer.kore.ai/docs/bots/bot-intelligence/multi-intent-detecti…
And as per your question on the post, you will need to use API’s to sync the calendar data.
Also, since this is a custom functionality, for any implementation requirement, you will need to take help of our sales team to proceed further.
Regards,
Yoga Ramya.
@chatbotcognigy56
Thank you for contacting Kore.ai. It is possible to provide a date picker option to users for date entity. Please review the below community post.
Hey people,
I have a requirement where user needs to enter a date(any format) but to reduce the human effort better to have a date picker which will pop up when the date intent matches or else date picker added as a new entry in the bot along with attachment , mic all these options. Please let me know this can be achieved in kore.ai or not.
Thanks in advance:blush:
Let us know if this helps.
But I didnot undersatnd what exactly changes should be done in the customTemplate.js file.
Hi @chatbotcognigy56 ,
As mentioned before, there are external javascript libraries and code snippets to create a custom date picker.
You will need to create a custom template. We have provided detailed instructions in the following link to create a custom template:
Hi,
Can you please tell how to get the custom template for datepicker?
Appreciate your help!
Regards,
Sachithra
We request you to kindly go through the implementation.
Regards,
Yoga Ramya.
@chatbotcognigy56
@sameera.tumuluri
@yogaramya.mendu
Some date pickers were introduced. Please review the kore-config options.
pickersConfig:{
showDatePickerIcon:false, //set true to show datePicker icon
showDateRangePickerIcon:false, //set true to show dateRangePicker icon
showClockPickerIcon:false, //set true to show clockPicker icon
showTaskMenuPickerIcon:false, //set true to show TaskMenu Template icon
showradioOptionMenuPickerIcon:false //set true to show Radio Option Template icon