nuecho / rivr

Rivr is a lightweight open-source dialogue engine enabling Java developers to easily create enterprise-grade VoiceXML applications.
http://rivr.nuecho.com
Other
61 stars 23 forks source link

Can we generate our own voiceXml forms by passing parametes like string using voicexmloutputTurn or VoiceXmlDialogue ? Is there any other method?like VoiceXmlLastTurn run(VoiceXmlFirstTurn,VoiceXmlDialogueContext, String) #14

Closed Rohith2304 closed 3 years ago

gawi commented 3 years ago

@Rohith2304, (You are using the issue section of Rivr to ask questions. I'm ok to answer those questions but please, do not put the while question in the subject field.)

Also, you keep asking about custom VoiceXML generation, which suggests that you are thinking about Rivr being a static VoiceXML application generator, which Rivr is not. Rivr delivers VoiceXML documents dynamically at run-time. Rivr is feeding VoiceXML document directly to the VoiceXML platform. Please confirm that you understand that and explain why you need to customize the VoiceXML generated by Rivr.

Rohith2304 commented 3 years ago

Sorry, I shouldn't have put while question in the subject field. Now I understood the concept after your explanation. Thanks for your response