ibm-cloud-docs / assistant

22 stars 58 forks source link

How to use Date picker within IBM Watson Assistant? #420

Closed aymalkhalid closed 2 years ago

aymalkhalid commented 2 years ago

How to use a Date picker to collect a Date from customer response. As mentioned in the Relase 6.4.0.. I can not find it in the response type also searched a lot on the internet but no help is available. image

robert-berry commented 2 years ago

You do not have to do anything to enable the date picker. For any action step in which you select a Date customer response, the date response type is automatically sent, and the web chat integration displays the date picker. If you have an existing step that you created before the introduction of the date picker, you need to delete the customer response and re-add it in order to pick up this new behavior.

aymalkhalid commented 2 years ago

ok, It means that date picker is only available in the actions skill. It is not something you can do in dialog skill. Thanks.