We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Language option

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
vishaltalentbeat
Posts: 10
Joined: Tue May 14, 2013 3:17 am

Language option

Post by vishaltalentbeat »

Could you please help for the below issue:

IVR transactions we have implemented in three languages 1. English 2. French and 3. Spanish. When user provide any wrong input it says "Sorry, I didn’t understand you" but for all languages it prompts in English only. As this prompt is handled by IVR system so how can we make it in different languages like French and Spanish.

Like whenver user is using French/Spanish flow they should hear the message(Sorry, I didn’t understand you) in French/Spanish language only.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Language option

Post by support »

Hi.

Yes, you can use the <nomatch> tag in your VoiceXML code to handle wrong inputs entered by the user. This would allow you to set up different <nomatch> messages for your different languages. For more information about the <nomatch> tag, please see our documentation here: http://www.plumvoice.com/docs/dev/voicexml:tags:nomatch

Please let us know if you have any further questions on this.

Regards,
Plum Support

Post Reply