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 

D

DATA_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
DAY_IN_MILLIS - Static variable in class com.nuecho.rivr.core.util.Duration
 
days(long) - Static method in class com.nuecho.rivr.core.util.Duration
 
debug(String) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(String, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(String, Object, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(String, Object...) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(String, Throwable) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(Marker, String) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(Marker, String, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(Marker, String, Object, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(Marker, String, Object...) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
debug(Marker, String, Throwable) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
DefaultErrorHandler - Class in com.nuecho.rivr.voicexml.servlet
Error handler generating an empty <exit> element.
DefaultErrorHandler() - Constructor for class com.nuecho.rivr.voicexml.servlet.DefaultErrorHandler
 
DefaultFetchConfiguration - Class in com.nuecho.rivr.voicexml.turn.output.fetch
Specifies the default properties for resource and document fetching.
DefaultFetchConfiguration() - Constructor for class com.nuecho.rivr.voicexml.turn.output.fetch.DefaultFetchConfiguration
 
DefaultVoiceXmlRootDocumentFactory - Class in com.nuecho.rivr.voicexml.servlet
Generates the standard Rivr root document.
DefaultVoiceXmlRootDocumentFactory() - Constructor for class com.nuecho.rivr.voicexml.servlet.DefaultVoiceXmlRootDocumentFactory
 
DEST_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
destroy() - Method in class com.nuecho.rivr.core.servlet.DialogueServlet
Destroys the servlet.
destroyDialogueServlet() - Method in class com.nuecho.rivr.core.servlet.DialogueServlet
Performs shutdown.
destroyDialogueServlet() - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlDialogueServlet
 
Dialogue<I extends InputTurn,O extends OutputTurn,F extends FirstTurn,L extends LastTurn,C extends DialogueContext<I,O>> - Interface in com.nuecho.rivr.core.dialogue
Rivr applications are expected to provide one or many implementations of this interface or its subtypes.
DialogueChannel<I extends InputTurn,O extends OutputTurn> - Interface in com.nuecho.rivr.core.channel
Core concept of Rivr, a DialogueChannel is the interface between the Dialogue and the controller (such as the DialogueServlet).
DialogueChannelListener<I extends InputTurn,O extends OutputTurn> - Interface in com.nuecho.rivr.core.servlet
Receives notification of start and stop events on the dialogue associated with a DialogueChannel.
DialogueChannelStopped - Exception in com.nuecho.rivr.core.channel.synchronous
Exception used to indicate that the exchange of turns cannot occur since the DialogueChannel has been stopped.
DialogueChannelStopped() - Constructor for exception com.nuecho.rivr.core.channel.synchronous.DialogueChannelStopped
 
DialogueChannelStopped(String, Throwable) - Constructor for exception com.nuecho.rivr.core.channel.synchronous.DialogueChannelStopped
 
DialogueChannelStopped(String) - Constructor for exception com.nuecho.rivr.core.channel.synchronous.DialogueChannelStopped
 
DialogueChannelStopped(Throwable) - Constructor for exception com.nuecho.rivr.core.channel.synchronous.DialogueChannelStopped
 
DialogueContext<I extends InputTurn,O extends OutputTurn> - Interface in com.nuecho.rivr.core.dialogue
Interface for dialogue context: an access to DialogueChannel, Logger and dialogue ID.
DialogueContextFactory<C extends DialogueContext<I,O>,I extends InputTurn,O extends OutputTurn> - Interface in com.nuecho.rivr.core.servlet
Creates DialogueContext based on the HTTP request, the dialogue ID and the DialogueChannel.
DialogueFactory<I extends InputTurn,O extends OutputTurn,F extends FirstTurn,L extends LastTurn,C extends DialogueContext<I,O>> - Interface in com.nuecho.rivr.core.dialogue
Creates dialogues.
DialogueFactoryException - Exception in com.nuecho.rivr.core.dialogue
Exception used to indicate that an error occured during dialogue creation.
DialogueFactoryException() - Constructor for exception com.nuecho.rivr.core.dialogue.DialogueFactoryException
 
DialogueFactoryException(String, Throwable) - Constructor for exception com.nuecho.rivr.core.dialogue.DialogueFactoryException
 
DialogueFactoryException(String) - Constructor for exception com.nuecho.rivr.core.dialogue.DialogueFactoryException
 
DialogueFactoryException(Throwable) - Constructor for exception com.nuecho.rivr.core.dialogue.DialogueFactoryException
 
DialogueInitializationInfo<I extends InputTurn,O extends OutputTurn,C extends DialogueContext<I,O>> - Interface in com.nuecho.rivr.core.dialogue
Information passed to the dialogue factory for dialogue creation.
DialogueServlet<I extends InputTurn,O extends OutputTurn,F extends FirstTurn,L extends LastTurn,C extends DialogueContext<I,O>> - Class in com.nuecho.rivr.core.servlet
Abstract servlet interacting with a web client acting as the controller of a SynchronousDialogueChannel.
DialogueServlet() - Constructor for class com.nuecho.rivr.core.servlet.DialogueServlet
 
DialogueServletInitializationException - Exception in com.nuecho.rivr.core.servlet
Error during initialization of DialogueServlet
DialogueServletInitializationException() - Constructor for exception com.nuecho.rivr.core.servlet.DialogueServletInitializationException
 
DialogueServletInitializationException(String, Throwable) - Constructor for exception com.nuecho.rivr.core.servlet.DialogueServletInitializationException
 
DialogueServletInitializationException(String) - Constructor for exception com.nuecho.rivr.core.servlet.DialogueServletInitializationException
 
DialogueServletInitializationException(Throwable) - Constructor for exception com.nuecho.rivr.core.servlet.DialogueServletInitializationException
 
DialogueUtils - Class in com.nuecho.rivr.core.dialogue
Utility class for dialogue-related operations.
Disconnect - Class in com.nuecho.rivr.voicexml.turn.last
Terminates a VoiceXmlDialogue with a disconnect.
Disconnect(String) - Constructor for class com.nuecho.rivr.voicexml.turn.last.Disconnect
 
Disconnect(String, VariableList) - Constructor for class com.nuecho.rivr.voicexml.turn.last.Disconnect
 
DISCONNECT_ELEMENT - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
dispatch(Logger, Marker, String, LogLevel, Throwable) - Static method in class com.nuecho.rivr.core.util.logging.LogUtil
 
dispose() - Method in class com.nuecho.rivr.core.test.TestDialogueChannel
 
DocumentFetchConfiguration - Class in com.nuecho.rivr.voicexml.turn.output.fetch
Fetch properties for a document: maxage maxstale timeout fetchhint fetchaudio
DocumentFetchConfiguration() - Constructor for class com.nuecho.rivr.voicexml.turn.output.fetch.DocumentFetchConfiguration
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.nuecho.rivr.core.servlet.DialogueServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlDialogueServlet
 
DomUtils - Class in com.nuecho.rivr.core.util
XML DOM manipulation utility class.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.nuecho.rivr.core.servlet.DialogueServlet
 
doTurn(O, Duration) - Method in interface com.nuecho.rivr.core.channel.DialogueChannel
Performs a turn exchange: the dialogue channel will return the InputTurn
doTurn(O, Duration) - Method in class com.nuecho.rivr.core.channel.synchronous.SynchronousDialogueChannel
Performs a turn exchange: the dialogue channel will return the InputTurn
doTurn(I, Duration) - Method in class com.nuecho.rivr.core.channel.synchronous.SynchronousDialogueChannel
Performs a turn exchange: the dialogue channel will return the Step
doTurn(O, DialogueContext<I, O>) - Static method in class com.nuecho.rivr.core.dialogue.DialogueUtils
Performs turn exchange with default timeout.
doTurn(O, DialogueContext<I, O>, Duration) - Static method in class com.nuecho.rivr.core.dialogue.DialogueUtils
Performs turn exchange with specified timeout.
doTurn(O, Duration) - Method in class com.nuecho.rivr.core.test.TestDialogueChannel
 
DTMF_INPUT_MODE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
DTMF_INPUTMODE_VALUE - Static variable in class com.nuecho.rivr.voicexml.servlet.VoiceXmlInputTurnFactory
 
DTMF_VOICE_INPUT_MODE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
DtmfRecognition - Class in com.nuecho.rivr.voicexml.turn.output
A DtmfRecognition represents the DTMF part of an interaction phase recognition configuration.
DtmfRecognition(GrammarItem...) - Constructor for class com.nuecho.rivr.voicexml.turn.output.DtmfRecognition
 
DtmfRecognition(List<GrammarItem>) - Constructor for class com.nuecho.rivr.voicexml.turn.output.DtmfRecognition
 
DTMFTERM_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
dumpLogs() - Method in class com.nuecho.rivr.core.test.TestDialogueChannel
 
dumpLogs(LogLevel) - Method in class com.nuecho.rivr.core.test.TestDialogueChannel
 
Duration - Class in com.nuecho.rivr.core.util
Represents a delta of time.
DURATION_EXPRESSION_REGEXP - Static variable in class com.nuecho.rivr.core.util.Duration
 
DURATION_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.servlet.VoiceXmlInputTurnFactory
 
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..