You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am looking at the VoiceXmlDomUtils class where I can generate different number of tags, but I am unable to find any sample codes from Github. Can someone please help me?
The text was updated successfully, but these errors were encountered:
gawi
changed the title
Hi , I am looking for VoiceXmlDomUtils Class where I can generate different number of tags ,But unable to find any sample codes from the github. Can someone please help me
Generating VoiceXML using the VoiceXmlDomUtils class.
Aug 18, 2021
The goal of Rivr is to let play with abstractions such as Interaction, Message, Transfer, etc. so that you don't have to generate VoiceXML yourself. The provided output turns should provide you with all the functionality you would typically need in order to build an IVR application.
That being said, if for some reason you need to do something tricky, such as exploiting a VoiceXML platform extension, you may have to generate you own VoiceXML document or adapt the VoiceXML documents generated by Rivr.
Modify the generated VoiceXML document with a VoiceXmlDocumentAdapter. In this case, your implementation has to modify the DOM to suit your needs. It has to be set on the VoiceXmlDialogueServlet using the setVoiceXmlDocumentAdapters method.
Hi, I am looking at the VoiceXmlDomUtils class where I can generate different number of tags, but I am unable to find any sample codes from Github. Can someone please help me?
The text was updated successfully, but these errors were encountered: