« Back to General Discussion - All Versions

Getting Date using Date Element?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Can anybody know the format of getting Date (MMDDYYYY) from caller with input mode as  voice using Date element in CVP?
Is it possible to to tell like 'January 20 2012'?

Yes, you can use January 20 2012 for voice.
Hemal

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, February 20, 2013 5:18 AM
To: cdicuser@developer.cisco.com
Subject: New Message from sudesh mano in Customer Voice Portal (CVP) - General Discussion - All Versions: Getting Date using Date Element?

sudesh mano has created a new message in the forum "General Discussion - All Versions": -------------------------------------------------------------- Can anybody know the format of getting Date (MMDDYYYY) from caller with input mode as voice using Date element in CVP?
Is it possible to to tell like 'January 20 2012'?
--
To respond to this post, please click the following link: http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/12156232 or simply reply to this email.

*****************Whether you use the Date element of the Form element, the 'date' grammar allows the caller to say 'January 12th 2001' but always returns the date to VxmlServer in the format YYYYMMDD. ****************This is dictated by the VoiceXML Specification. http://www.w3.org/TR/voicexml20/ (Appendix P - Builtin Grammar Types).

When I reduces the Date confidence level to 0.1,  It works fine. Thanks a lot Janine Graves and Hemal.