Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

C

CANCEL - Static variable in class com.nuecho.rivr.voicexml.turn.input.VoiceXmlEvent
 
CATCH_ELEMENT - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
CLASS_ID_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
clear() - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
CODE_BASE_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
CODE_TYPE_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
com.nuecho.rivr.core - package com.nuecho.rivr.core
 
com.nuecho.rivr.core.channel - package com.nuecho.rivr.core.channel
The dialogue channel and turns, some abstract concepts of Rivr.
com.nuecho.rivr.core.channel.synchronous - package com.nuecho.rivr.core.channel.synchronous
Implementation of the dialogue channel running the dialogue in a separated thread.
com.nuecho.rivr.core.channel.synchronous.step - package com.nuecho.rivr.core.channel.synchronous.step
Various steps used by the SynchronousDialogueChannel.
com.nuecho.rivr.core.dialogue - package com.nuecho.rivr.core.dialogue
The Dialogue concept and its related interfaces: DialogueContext and DialogueFactory.
com.nuecho.rivr.core.servlet - package com.nuecho.rivr.core.servlet
HTTP servlet controller classes.
com.nuecho.rivr.core.servlet.session - package com.nuecho.rivr.core.servlet.session
Session-related class used by HTTP servlet controller.
com.nuecho.rivr.core.test - package com.nuecho.rivr.core.test
Dialogue channel for test controller.
com.nuecho.rivr.core.util - package com.nuecho.rivr.core.util
Utility classes.
com.nuecho.rivr.core.util.logging - package com.nuecho.rivr.core.util.logging
Logging utilities.
com.nuecho.rivr.voicexml - package com.nuecho.rivr.voicexml
 
com.nuecho.rivr.voicexml.dialogue - package com.nuecho.rivr.voicexml.dialogue
VoiceXML implementation dialogue-related classes.
com.nuecho.rivr.voicexml.rendering.json - package com.nuecho.rivr.voicexml.rendering.json
JSON renderer classes (for use with Rivr dialogue runner).
com.nuecho.rivr.voicexml.rendering.voicexml - package com.nuecho.rivr.voicexml.rendering.voicexml
VoiceXML renderer classes.
com.nuecho.rivr.voicexml.rendering.voicexml.errorhandling - package com.nuecho.rivr.voicexml.rendering.voicexml.errorhandling
Classes generating VoiceXML constructs for handling fatal errors.
com.nuecho.rivr.voicexml.servlet - package com.nuecho.rivr.voicexml.servlet
VoiceXML dialogue servlet and related classes.
com.nuecho.rivr.voicexml.test - package com.nuecho.rivr.voicexml.test
VoiceXML dialogue channel for test controller.
com.nuecho.rivr.voicexml.turn - package com.nuecho.rivr.voicexml.turn
VoiceXML turns.
com.nuecho.rivr.voicexml.turn.first - package com.nuecho.rivr.voicexml.turn.first
VoiceXML first turn classes.
com.nuecho.rivr.voicexml.turn.input - package com.nuecho.rivr.voicexml.turn.input
VoiceXML input turn classes.
com.nuecho.rivr.voicexml.turn.last - package com.nuecho.rivr.voicexml.turn.last
VoiceXML last turn classes.
com.nuecho.rivr.voicexml.turn.output - package com.nuecho.rivr.voicexml.turn.output
VoiceXML output turn classes.
com.nuecho.rivr.voicexml.turn.output.audio - package com.nuecho.rivr.voicexml.turn.output.audio
Audio items.
com.nuecho.rivr.voicexml.turn.output.fetch - package com.nuecho.rivr.voicexml.turn.output.fetch
Fetch configuration.
com.nuecho.rivr.voicexml.turn.output.grammar - package com.nuecho.rivr.voicexml.turn.output.grammar
Grammar Items.
com.nuecho.rivr.voicexml.util - package com.nuecho.rivr.voicexml.util
Utility classes.
com.nuecho.rivr.voicexml.util.json - package com.nuecho.rivr.voicexml.util.json
JSON-related classes.
compareTo(Duration) - Method in class com.nuecho.rivr.core.util.Duration
 
COMPLETE_TIMEOUT_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
COND_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
CONFIDENCE_LEVEL_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
CONNECT_TIMEOUT_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
CONNECTION_DISCONNECT - Static variable in class com.nuecho.rivr.voicexml.turn.input.VoiceXmlEvent
 
CONNECTION_DISCONNECT_HANGUP - Static variable in class com.nuecho.rivr.voicexml.turn.input.VoiceXmlEvent
 
CONNECTION_DISCONNECT_TRANSFER - Static variable in class com.nuecho.rivr.voicexml.turn.input.VoiceXmlEvent
 
ConsoleLogger - Class in com.nuecho.rivr.core.util.logging
Console implementation of a Logger.
ConsoleLogger(LogLevel) - Constructor for class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
ConsultationTransfer - Class in com.nuecho.rivr.voicexml.turn.output
A ConsultationTransfer is a is a SupervisedTransfer that is similar to a BlindTransfer except that the outcome of the transfer call setup is known and the caller is not dropped as a result of an unsuccessful transfer attempt.
ConsultationTransfer(String, String) - Constructor for class com.nuecho.rivr.voicexml.turn.output.ConsultationTransfer
 
consultationTransfer(String) - Static method in class com.nuecho.rivr.voicexml.turn.output.OutputTurns
 
ConsultationTransfer.Builder - Class in com.nuecho.rivr.voicexml.turn.output
Builder used to ease the creation of instances of ConsultationTransfer.
copy() - Method in class com.nuecho.rivr.voicexml.turn.output.DtmfRecognition
 
copy() - Method in class com.nuecho.rivr.voicexml.turn.output.SpeechRecognition
 
copyPropertiesTo(Recognition) - Method in class com.nuecho.rivr.voicexml.turn.output.Recognition
 
COUNT_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
create(DialogueInitializationInfo<I, O, C>) - Method in interface com.nuecho.rivr.core.dialogue.DialogueFactory
 
create(DialogueInitializationInfo<VoiceXmlInputTurn, VoiceXmlOutputTurn, VoiceXmlDialogueContext>) - Method in class com.nuecho.rivr.voicexml.dialogue.SimpleVoiceXmlDialogueFactory
 
create(JsonObject) - Static method in class com.nuecho.rivr.voicexml.turn.VariableList
 
createArrayBuilder() - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
createAssignation(Element, String, String) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createDialogueContext(HttpServletRequest, String, DialogueChannel<I, O>, Logger) - Method in interface com.nuecho.rivr.core.servlet.DialogueContextFactory
 
createDialogueContext(HttpServletRequest, String, DialogueChannel<VoiceXmlInputTurn, VoiceXmlOutputTurn>, Logger) - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlDialogueContextFactory
 
createDocument(String) - Static method in class com.nuecho.rivr.core.util.DomUtils
 
createDocument() - Static method in class com.nuecho.rivr.core.util.DomUtils
 
createDocument(VoiceXmlDialogueContext) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createDocumentForLastTurn(L, HttpServletRequest, HttpServletResponse, C) - Method in interface com.nuecho.rivr.core.servlet.StepRenderer
 
createDocumentForLastTurn(VoiceXmlLastTurn, HttpServletRequest, HttpServletResponse, VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.rendering.json.JsonStepRenderer
 
createDocumentForLastTurn(VoiceXmlLastTurn, HttpServletRequest, HttpServletResponse, VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlStepRenderer
 
createDocumentForOutputTurn(O, HttpServletRequest, HttpServletResponse, C) - Method in interface com.nuecho.rivr.core.servlet.StepRenderer
 
createDocumentForOutputTurn(VoiceXmlOutputTurn, HttpServletRequest, HttpServletResponse, VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.rendering.json.JsonStepRenderer
 
createDocumentForOutputTurn(VoiceXmlOutputTurn, HttpServletRequest, HttpServletResponse, VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlStepRenderer
 
createEcmaScriptStringLiteral(String) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createFirstTurn(HttpServletRequest, HttpServletResponse) - Method in interface com.nuecho.rivr.core.servlet.InputTurnFactory
 
createFirstTurn(HttpServletRequest, HttpServletResponse) - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlInputTurnFactory
 
createForm(Document) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createGotoFatalHandler(Element) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createGotoSubmit(Element) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createInputTurn(HttpServletRequest, HttpServletResponse) - Method in interface com.nuecho.rivr.core.servlet.InputTurnFactory
 
createInputTurn(HttpServletRequest, HttpServletResponse) - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlInputTurnFactory
 
createObjectBuilder() - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
createPrompt(String, Element, VoiceXmlDialogueContext, Boolean, List<? extends AudioItem>) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createReader(InputStream) - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
createReader(Reader) - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
createReader(String) - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
createScript(Element, String) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createVarElement(Element, String, String) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createVoiceXmlDocument(VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.turn.last.VoiceXmlLastTurn
 
createVoiceXmlDocument(VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.turn.output.VoiceXmlOutputTurn
 
createVoiceXmlDocument(VoiceXmlDialogueContext) - Method in class com.nuecho.rivr.voicexml.turn.VoiceXmlDocumentTurn
 
createVoiceXmlDocumentRoot(VoiceXmlDialogueContext) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createVoiceXmlDocumentRoot() - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createVoiceXmlDocumentRoot(String) - Static method in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
createWithExpression(String, String) - Static method in class com.nuecho.rivr.voicexml.turn.output.ObjectCall.Parameter
 
createWithExpression(String, String) - Static method in class com.nuecho.rivr.voicexml.turn.output.SubdialogueCall.Parameter
 
createWithJson(String, JsonValue) - Static method in class com.nuecho.rivr.voicexml.turn.output.ObjectCall.Parameter
 
createWithJson(String, JsonValue) - Static method in class com.nuecho.rivr.voicexml.turn.output.SubdialogueCall.Parameter
 
createWithValue(String, String) - Static method in class com.nuecho.rivr.voicexml.turn.output.ObjectCall.Parameter
 
createWithValue(String, String) - Static method in class com.nuecho.rivr.voicexml.turn.output.SubdialogueCall.Parameter
 
createWriter(OutputStream) - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
createWriter(Writer) - Static method in class com.nuecho.rivr.voicexml.util.json.JsonUtils
 
customizeTransferElement(Element) - Method in class com.nuecho.rivr.voicexml.turn.output.BridgeTransfer
 
customizeTransferElement(Element) - Method in class com.nuecho.rivr.voicexml.turn.output.SupervisedTransfer
 
customizeTransferElement(Element) - Method in class com.nuecho.rivr.voicexml.turn.output.Transfer
Allows the customization of the generated transfer element
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links
To report errors, inconsistencies and omissions in the Rivr API documentation, please open an issue.

Copyright © 2019 Nu Echo Inc..