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 

I

ID_ATTRIBUTE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
IF_ELEMENT - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
INCOMPLETE_TIMEOUT_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
incrementTurnIndex() - Method in class com.nuecho.rivr.voicexml.dialogue.VoiceXmlDialogueContext
 
info(String) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(String, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(String, Object, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(String, Object...) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(String, Throwable) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(Marker, String) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(Marker, String, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(Marker, String, Object, Object) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(Marker, String, Object...) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
info(Marker, String, Throwable) - Method in class com.nuecho.rivr.core.util.logging.LoggerAdapter
 
init() - Method in class com.nuecho.rivr.core.servlet.DialogueServlet
Initializes the servlet.
initDialogueServlet() - Method in class com.nuecho.rivr.core.servlet.DialogueServlet
Performs initialization.
initDialogueServlet() - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlDialogueServlet
 
initializeVoiceXmlDialogueServlet() - Method in class com.nuecho.rivr.voicexml.servlet.VoiceXmlDialogueServlet
 
InlineStringGrammar - Class in com.nuecho.rivr.voicexml.turn.output.grammar
An InlineStringGrammar represents a text source grammar inlined in the VoiceXML document.
InlineStringGrammar(String) - Constructor for class com.nuecho.rivr.voicexml.turn.output.grammar.InlineStringGrammar
 
InlineXmlGrammar - Class in com.nuecho.rivr.voicexml.turn.output.grammar
An InlineXmlGrammar represents an XML source grammar inlined in the VoiceXML document.
InlineXmlGrammar(Document) - Constructor for class com.nuecho.rivr.voicexml.turn.output.grammar.InlineXmlGrammar
 
INPUT_MODE_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.servlet.VoiceXmlInputTurnFactory
 
INPUT_MODES_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
INPUT_TURN_PARAMETER - Static variable in class com.nuecho.rivr.voicexml.servlet.VoiceXmlInputTurnFactory
 
INPUT_TURN_VARIABLE - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
InputTurn - Interface in com.nuecho.rivr.core.channel
A base interface for the type of turn representing input from the controller.
InputTurnFactory<I extends InputTurn,F extends FirstTurn> - Interface in com.nuecho.rivr.core.servlet
InputTurnFactoryException - Exception in com.nuecho.rivr.core.servlet
Error during the creation of FirstTurn or InputTurn.
InputTurnFactoryException() - Constructor for exception com.nuecho.rivr.core.servlet.InputTurnFactoryException
 
InputTurnFactoryException(String) - Constructor for exception com.nuecho.rivr.core.servlet.InputTurnFactoryException
 
InputTurnFactoryException(Throwable) - Constructor for exception com.nuecho.rivr.core.servlet.InputTurnFactoryException
 
InputTurnFactoryException(String, Throwable) - Constructor for exception com.nuecho.rivr.core.servlet.InputTurnFactoryException
 
INTER_DIGIT_TIMEOUT_PROPERTY - Static variable in class com.nuecho.rivr.voicexml.rendering.voicexml.VoiceXmlDomUtil
 
Interaction - Class in com.nuecho.rivr.voicexml.turn.output
Interaction(String, List<Interaction.Prompt>) - Constructor for class com.nuecho.rivr.voicexml.turn.output.Interaction
 
Interaction(String, List<Interaction.Prompt>, Interaction.FinalRecognitionWindow) - Constructor for class com.nuecho.rivr.voicexml.turn.output.Interaction
 
Interaction(String, List<Interaction.Prompt>, Interaction.FinalRecordingWindow) - Constructor for class com.nuecho.rivr.voicexml.turn.output.Interaction
 
interaction(String) - Static method in class com.nuecho.rivr.voicexml.turn.output.OutputTurns
 
Interaction.BargeInType - Enum in com.nuecho.rivr.voicexml.turn.output
Barge-in types.
Interaction.Builder - Class in com.nuecho.rivr.voicexml.turn.output
Builder used to ease the creation of instances of Interaction.
Interaction.FinalRecognitionWindow - Class in com.nuecho.rivr.voicexml.turn.output
A Interaction.FinalRecognitionWindow is an optional final phase of an Interaction.
Interaction.FinalRecordingWindow - Class in com.nuecho.rivr.voicexml.turn.output
A Interaction.FinalRecordingWindow is an optional final phase of an Interaction.
Interaction.Prompt - Class in com.nuecho.rivr.voicexml.turn.output
A Interaction.Prompt represent a phase in an Interaction and is composed of a sequence of AudioItem and optionally a speech and/or a DTMF recognition configuration.
IOUtils - Class in com.nuecho.rivr.voicexml.util
IO utility class.
isDebugEnabled() - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isDebugEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isDebugEnabled() - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isDebugEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isDebugEnabled() - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isDebugEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isDialogueActive() - Method in class com.nuecho.rivr.core.channel.synchronous.SynchronousDialogueChannel
Tells if the dialogue has started but not yet ended.
isDialogueDone() - Method in class com.nuecho.rivr.core.channel.synchronous.SynchronousDialogueChannel
Tells if the dialogue has ended.
isDialogueStarted() - Method in class com.nuecho.rivr.core.channel.synchronous.SynchronousDialogueChannel
Tells if the dialogue has started.
isEmpty() - Method in class com.nuecho.rivr.voicexml.turn.VariableList
 
isErrorEnabled() - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isErrorEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isErrorEnabled() - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isErrorEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isErrorEnabled() - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isErrorEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isInfoEnabled() - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isInfoEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isInfoEnabled() - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isInfoEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isInfoEnabled() - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isInfoEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isMaxTime() - Method in class com.nuecho.rivr.voicexml.turn.input.RecordingInfo
 
isPostAudioToServer() - Method in class com.nuecho.rivr.voicexml.turn.output.Recording
 
isSsml() - Method in class com.nuecho.rivr.voicexml.turn.output.audio.SpeechSynthesis
 
isSubtypeOf(String) - Method in class com.nuecho.rivr.voicexml.turn.input.VoiceXmlEvent
 
isTraceEnabled() - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isTraceEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isTraceEnabled() - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isTraceEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isTraceEnabled() - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isTraceEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isValidIdentifierName(String) - Static method in class com.nuecho.rivr.voicexml.util.VoiceXmlUtils
Checks if a name is a valid VoiceXML identifier as per VoiceXML 2.0 specification (section 5.1): The variable naming convention is as in ECMAScript, but names beginning with the underscore character ("_") and names ending with a dollar sign ("$") are reserved for internal use.
isWarnEnabled() - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isWarnEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.AccumulatingLog
 
isWarnEnabled() - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isWarnEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.ConsoleLogger
 
isWarnEnabled() - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
isWarnEnabled(Marker) - Method in class com.nuecho.rivr.core.util.logging.PrefixedLogger
 
iterator() - Method in class com.nuecho.rivr.voicexml.turn.VariableList
 
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..