A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractCatchElement - Class in org.jvoicexml.xml.vxml
The <catch> element associates a catch with a document, dialog, or form item (except for blocks).
AbstractEventStrategy - Class in org.jvoicexml.interpreter.event
Strategy to process an event coming from the implementation platform.
AbstractEventStrategy(VoiceXmlInterpreterContext, VoiceXmlInterpreter, FormInterpretationAlgorithm, AbstractFormItem, VoiceXmlNode, String) - Constructor for class org.jvoicexml.interpreter.event.AbstractEventStrategy
Construct a new object.
AbstractFormItem - Class in org.jvoicexml.interpreter.formitem
Form items are the elements that can be visited in the main loop of the form interpretation algorithm.
AbstractFormItem(VoiceXmlInterpreterContext, VoiceXmlNode) - Constructor for class org.jvoicexml.interpreter.formitem.AbstractFormItem
Create a new form item.
AbstractXmlNode - Class in org.jvoicexml.xml
Abstract base class for all nodes in an XML document.
AbstractXmlNode(Node, XmlNodeFactory<? extends XmlNode>) - Constructor for class org.jvoicexml.xml.AbstractXmlNode
Construct a new XmlNode.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.BlockFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.FieldFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.InitialFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.ObjectFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.RecordFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.SubdialogFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in class org.jvoicexml.interpreter.formitem.TransferFormItem
Execute the specific method of the visitor.
accept(FormItemVisitor) - Method in interface org.jvoicexml.interpreter.FormItemVisitable
Execute the specific method of the visitor.
Accept - Class in org.jvoicexml.xml.ccxml
When a CCXML document receives a connection.alerting event within an eventprocessor, the execution of an accept within the transition block will cause the underlying platform to signal the telephony system to connect the call.
Accept() - Constructor for class org.jvoicexml.xml.ccxml.Accept
Construct a new accept object without a node.
acquireAudio(URI) - Method in class org.jvoicexml.interpreter.VoiceXmlInterpreterContext
Acquire the audio file with the given URI.
acquireExternalGrammar(URI) - Method in class org.jvoicexml.interpreter.VoiceXmlInterpreterContext
Acquire the VoiceXML document with the given URI.
acquireVoiceXmlDocument(URI) - Method in class org.jvoicexml.interpreter.VoiceXmlInterpreterContext
Acquires the VoiceXML document with the given uri.
activate() - Method in interface org.jvoicexml.ExternalResource
Activates this resource, when it is retrieved from the pool.
activate() - Method in class org.jvoicexml.implementation.DummyCallControl
Activates this resource, when it is retrieved from the pool.
activate() - Method in class org.jvoicexml.implementation.jsapi10.AudioInput
Activates this resource, when it is retrieved from the pool.
activate() - Method in class org.jvoicexml.implementation.jsapi10.AudioOutput
Activates this resource, when it is retrieved from the pool.
activate() - Method in interface org.jvoicexml.SpokenInput
Activate this spoke input, when it is retrieved from the pool.
activate() - Method in interface org.jvoicexml.SystemOutput
Activate this system output, when it is retrieved from the pool.
activateGrammars(Collection<GrammarImplementation<? extends Object>>) - Method in class org.jvoicexml.implementation.jsapi10.AudioInput
Activates the given grammars.
activateGrammars(Collection<GrammarImplementation<? extends Object>>) - Method in interface org.jvoicexml.SpokenInput
Activates the given grammars.
add(String, String) - Method in class org.jvoicexml.documentserver.VariableEncoder
Add a variable with the given name and value.
add(String) - Method in class org.jvoicexml.xml.TokenList
Adding null is not allowed and throws a NullPointerException.
add(T) - Method in class org.jvoicexml.xml.XmlNodeList
Appends the specified element to the end of this list.
addCharacter(char) - Method in interface org.jvoicexml.CharacterInput
The user entered a DTMF.
addCharacter(char) - Method in class org.jvoicexml.implementation.BufferedCharacterInput
The user entered a DTMF.
addCharacter(char) - Method in class org.jvoicexml.jndi.CharacterInputSkeleton
The user entered a DTMF.
addCharacter(char) - Method in class org.jvoicexml.jndi.client.CharacterInputStub
The user entered a DTMF.
addCharacter(char) - Method in interface org.jvoicexml.jndi.client.RemoteCharacterInput
The user entered a DTMF.
addChild(Class<T>) - Method in class org.jvoicexml.xml.AbstractXmlNode
Adds an instance of the specified child class to this node.
addChild(String) - Method in class org.jvoicexml.xml.AbstractXmlNode
Adds an instance of the specified child class to this node.
addChild(String) - Method in interface org.jvoicexml.xml.XmlNode
Adds an instance of the specified child class to this node.
addDocument(URI, String) - Method in class org.jvoicexml.documentserver.schemestrategy.DocumentMap
Adds the given document to this repository.
addDocument(URI, VoiceXmlDocument) - Method in class org.jvoicexml.documentserver.schemestrategy.DocumentMap
Adds the given document to this repository.
addDocument(URI, String) - Method in interface org.jvoicexml.documentserver.schemestrategy.MappedDocumentRepository
Adds the given document to this repository.
addDocument(URI, VoiceXmlDocument) - Method in interface org.jvoicexml.documentserver.schemestrategy.MappedDocumentRepository
Adds the given document to this repository.
addDocument(URI, String) - Method in class org.jvoicexml.jndi.client.MappedDocumentRepositoryStub
Adds the given document to this repository.
addDocument(URI, VoiceXmlDocument) - Method in class org.jvoicexml.jndi.client.MappedDocumentRepositoryStub
Adds the given document to this repository.
addDocument(URI, String) - Method in interface org.jvoicexml.jndi.client.RemoteMappedDocumentRepository
Adds the given document to this repository.
addDocument(URI, VoiceXmlDocument) - Method in interface org.jvoicexml.jndi.client.RemoteMappedDocumentRepository
Adds the given document to this repository.
addGrammar(GrammarImplementation<? extends Object>) - Method in class org.jvoicexml.interpreter.grammar.JVoiceXmlGrammarRegistry
Adds the given grammar to the list of known grammars.
addGrammar(GrammarImplementation<? extends Object>) - Method in interface org.jvoicexml.interpreter.GrammarRegistry
Adds the given grammar to the list of known grammars.
addSchemeStrategy(SchemeStrategy) - Method in class org.jvoicexml.documentserver.JVoiceXmlDocumentServer
Adds the given scheme strategy.
addScopeSubscriber(ScopeSubscriber) - Method in class org.jvoicexml.interpreter.scope.ScopeObserver
Add the given subscriber to the list of known ScopeSubscribers.
addScopeSubscriber(ScopeSubscriber) - Method in interface org.jvoicexml.interpreter.scope.ScopePublisher
Add the given subscriber to the list of known ScopeSubscribers.
addStrategy(AbstractEventStrategy) - Method in class org.jvoicexml.interpreter.event.JVoiceXmlEventHandler
Add a strategy for the given event type.
addStrategy(AbstractEventStrategy) - Method in interface org.jvoicexml.interpreter.EventHandler
Add a strategy for the given event type.
addText(String) - Method in class org.jvoicexml.xml.ccxml.Script
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.srgs.Example
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.srgs.Grammar
Create a new text within this grammar.
addText(String) - Method in class org.jvoicexml.xml.srgs.Item
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.srgs.Rule
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.srgs.Tag
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.ssml.Desc
Create a new text within this block.
addText(String) - Method in class org.jvoicexml.xml.ssml.Phoneme
Create a new text within this block.
addText(String) - Method in class org.jvoicexml.xml.ssml.SayAs
Create a new text within this block.
addText(String) - Method in class org.jvoicexml.xml.ssml.Speak
Create a new text within this speak element.
addText(String) - Method in class org.jvoicexml.xml.ssml.Sub
Create a new text within this block.
addText(String) - Method in class org.jvoicexml.xml.vxml.Block
Create a new text within this block.
addText(String) - Method in class org.jvoicexml.xml.vxml.Catch
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Choice
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Error
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Exit
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Field
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Filled
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Help
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.If
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Initial
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Log
Creates a new text node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Menu
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Noinput
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Nomatch
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.ObjectTag
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Option
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Prompt
Create a new text within this block.
addText(String) - Method in class org.jvoicexml.xml.vxml.Record
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Script
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Subdialog
Create a new text within this node.
addText(String) - Method in class org.jvoicexml.xml.vxml.Transfer
Create a new text within this node.
adoptNode(Node) - Method in class org.jvoicexml.xml.XmlDocument
Attempts to adopt a node from another document to this document.
answer() - Method in interface org.jvoicexml.implementation.telephony.Terminal
Answers an incoming call.
appendChild(Node) - Method in class org.jvoicexml.xml.AbstractXmlNode
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class org.jvoicexml.xml.XmlDocument
Adds the node newChild to the end of the list of children of this node.
appendSpeakableText(String) - Method in class org.jvoicexml.implementation.SpeakablePlainText
Appends the given text to this speakable.
appendSpeakableText(String) - Method in class org.jvoicexml.implementation.SpeakableSsmlText
Appends the given text to this speakable.
appendSpeakableText(String) - Method in interface org.jvoicexml.SpeakableText
Appends the given text to this speakable.
appendSpecificationDetails(StringBuilder) - Method in class org.jvoicexml.event.error.BadFetchError
Appends detail information to the type information.
appendSpecificationDetails(StringBuilder) - Method in class org.jvoicexml.event.error.BadFetchProtocolResponsecodeError
Appends the protocol and response code to the type.
Application - Interface in org.jvoicexml
An Application is a set of documents sharing the same application root document.
Assign - Class in org.jvoicexml.xml.ccxml
Variables are declared using the <var> element and are initialized with the results of evaluating the OPTIONAL expr attribute as an ECMAScript expression.
Assign() - Constructor for class org.jvoicexml.xml.ccxml.Assign
Construct a new assign object without a node.
Assign - Class in org.jvoicexml.xml.vxml
The <assign> element assigns a value to a variable: <assign name="flavor" expr="'chocolate'"/>
<assign name="document.mycost" expr="document.mycost+14"/>
It is illegal to make an assignment to a variable that has not been explicitly declared using a <var> element or a var statement within a <script>.
Assign() - Constructor for class org.jvoicexml.xml.vxml.Assign
Construct a new assign object without a node.
ATTRIBUTE_AAI - Static variable in class org.jvoicexml.xml.ccxml.Createcall
An ECMAScript expression which returns a string of application-to-application information to be passed to the destination endpoint when establishing the connection.
ATTRIBUTE_AAI - Static variable in class org.jvoicexml.xml.vxml.Transfer
Application-to-application information.
ATTRIBUTE_AAIEXPR - Static variable in class org.jvoicexml.xml.vxml.Transfer
An ECMAScript expression yielding the AAI data.
ATTRIBUTE_ACCEPT - Static variable in class org.jvoicexml.xml.vxml.Choice
Override the setting for accept in <menu> for this particular choice.
ATTRIBUTE_ACCEPT - Static variable in class org.jvoicexml.xml.vxml.Menu
When set to "exact" (the default), the text of the choice elements in the menu defines the exact phrase to be recognized.
ATTRIBUTE_ACCEPT - Static variable in class org.jvoicexml.xml.vxml.Option
When set to "exact" (the default), the text of the option element defines the exact phrase to be recognized.
ATTRIBUTE_AGE - Static variable in class org.jvoicexml.xml.ssml.Voice
Optional attribute indicating the preferred age in years (since birth) of the voice to speak the contained text.
ATTRIBUTE_ALIAS - Static variable in class org.jvoicexml.xml.ssml.Sub
Specifies the string to be spoken instead of the enclosed string.
ATTRIBUTE_ALPHABET - Static variable in class org.jvoicexml.xml.ssml.Phoneme
Optional attribute that specifies the phonemic/phonetic alphabet.
ATTRIBUTE_APPLICATION - Static variable in class org.jvoicexml.xml.vxml.Vxml
The URI of this document's application root document, if any.
ATTRIBUTE_ARCHIVE - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
A space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes.
ATTRIBUTE_ARRAY - Static variable in class org.jvoicexml.xml.vxml.Foreach
An ECMAScript expression that must evaluate to an array; otherwise, an error.semantic event is thrown.
ATTRIBUTE_AUTOINPUTGAIN - Static variable in class org.jvoicexml.xml.ccxml.Join
An ECMAScript Boolean expression that tells the conference mixer if it should use AGC to determine the input gain for a leg.
ATTRIBUTE_AUTOOUTPUTGAIN - Static variable in class org.jvoicexml.xml.ccxml.Join
An ECMAScript boolean expression that tells the conference mixer if it should use AGC to determine the output gain for a leg.
ATTRIBUTE_BARGEIN - Static variable in class org.jvoicexml.xml.vxml.Prompt
Control whether the user can interrupt a prompt.
ATTRIBUTE_BARGEINTYPE - Static variable in class org.jvoicexml.xml.vxml.Prompt
Sets the type of bargein to be BARGEIN_TYPE_SPEECH or BARGEIN_TYPE_HOTWORD.
ATTRIBUTE_BEEP - Static variable in class org.jvoicexml.xml.vxml.Record
If true, a tone is emitted just prior to recording.
ATTRIBUTE_BRIDGE - Static variable in class org.jvoicexml.xml.vxml.Transfer
Determines whether the platform remains in the connection with the caller and callee.
ATTRIBUTE_CALLERID - Static variable in class org.jvoicexml.xml.ccxml.Createcall
An ECMAScript expression which returns a string defining the caller identity to be used when making the outbound connection.
ATTRIBUTE_CHARSET - Static variable in class org.jvoicexml.xml.ccxml.Script
A character string that indicates the character encoding type of the script.
ATTRIBUTE_CHARSET - Static variable in class org.jvoicexml.xml.vxml.Script
The character encoding of the script designated by src.
ATTRIBUTE_CLASSID - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
The URI specifying the location of the object's implementation.
ATTRIBUTE_CODEBASE - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
The base path used to resolve relative URIs specified by classid, data, and archive.
ATTRIBUTE_CODETYPE - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
The content type of data expected when downloading the object specified by classid.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.ccxml.Elseif
An ECMAScript expression which can be evaluated to true or false.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.ccxml.If
An ECMAScript expression which can be evaluated to true or false.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.ccxml.Transition
An ECMAScript expression which can be evaluated to true or false.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.AbstractCatchElement
An expression which must evaluate to true after conversion to boolean in order for the event to be caught.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Block
An expression thatmust evaluate to true after conversion to boolean in order for the form item to be visited.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Elseif
An expression which must evaluate to true after conversion to boolean in order for the elseif content to be considered.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Field
An expression that must evaluate to true after conversion to boolean in order for the form item to be visited.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.If
An expression which must evaluate to true after conversion to boolean in order for the if content to be considered.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Initial
An expression that must evaluate to true after conversion to boolean in order for the form item to be visited.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
An expression that must evaluate to true after conversion to boolean in order for the form item to be visited.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Prompt
An expression that must evaluate to true after conversion to boolean in order for the prompt to be played.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Record
An expression that must evaluate to true after conversion to boolean in order for the form item to be visited.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Subdialog
An expression that must evaluate to true after conversion to boolean in order for the form item to be visited.
ATTRIBUTE_COND - Static variable in class org.jvoicexml.xml.vxml.Transfer
An expression that must evaluate to true in order for the form item to be visited.
ATTRIBUTE_CONFERENCEID - Static variable in class org.jvoicexml.xml.ccxml.Createconference
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_CONFERENCEID - Static variable in class org.jvoicexml.xml.ccxml.Destroyconference
An ECMAScript expression which returns a string that is the identifier of the conference that should be destroyed.
ATTRIBUTE_CONFERENCEID - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
An Optional ECMAScript expression which returns the identifier of`a confe2ence bridge.
ATTRIBUTE_CONFERENCEID - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
An Optional ECMAScript expression which returns the identifier of`a confe2ence bridge.
ATTRIBUTE_CONFNAME - Static variable in class org.jvoicexml.xml.ccxml.Createconference
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Accept
An ECMAScript expression which returns a string that is the identifier of a Connection on which the incoming call is signaled.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Createcall
An ECMAScript expression which returns a string defining the caller identity to be used when making the outbound connection.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
An Optional ECMAScript expression which returns the identifier of a connection.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
An Optional ECMAScript expression which returns the identifier of a connection.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Disconnect
An ECMAScript expression which returns a string that is the id of a call leg that should be disconnected.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Redirect
An ECMAScript expression which returns a string that is the identifier of a Connection on which a call is active or on which an incoming call is being signaled.
ATTRIBUTE_CONNECTIONID - Static variable in class org.jvoicexml.xml.ccxml.Reject
An ECMAScript expression which returns a string that is the identifier of a Connection on which an incoming call is being signaled.
ATTRIBUTE_CONNECTIONID1 - Static variable in class org.jvoicexml.xml.ccxml.Merge
An ECMAScript expression which returns a string that is the identifier of the first connection that is to be merged.
ATTRIBUTE_CONNECTIONID2 - Static variable in class org.jvoicexml.xml.ccxml.Merge
An ECMAScript expression which returns a string that is the identifier of the second connection that is to be merged.
ATTRIBUTE_CONNECTTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Transfer
The time to wait while trying to connect the call before returning the noanswer condition.
ATTRIBUTE_CONTENT - Static variable in class org.jvoicexml.xml.ccxml.Meta
The value of the metadata property.
ATTRIBUTE_CONTENT - Static variable in class org.jvoicexml.xml.vxml.Meta
The value of the metadata property.
ATTRIBUTE_CONTOUR - Static variable in class org.jvoicexml.xml.ssml.Prosody
Sets the actual pitch contour for the contained text.
ATTRIBUTE_COUNT - Static variable in class org.jvoicexml.xml.vxml.AbstractCatchElement
The occurrence of the event (default is 1).
ATTRIBUTE_COUNT - Static variable in class org.jvoicexml.xml.vxml.Prompt
A number that allows you to emit different prompts if the user is doing something repeatedly.
ATTRIBUTE_DATA - Static variable in class org.jvoicexml.xml.ccxml.Send
An ECMAScript expression which returns a character string that indicates the type of event being generated.
ATTRIBUTE_DATA - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
The URI specifying the location of the object's data.
ATTRIBUTE_DELAY - Static variable in class org.jvoicexml.xml.ccxml.Send
The character string returned is interpreted as a time interval.
ATTRIBUTE_DEST - Static variable in class org.jvoicexml.xml.ccxml.Createcall
An ECMAScript expression which returns a string that is the target of the outbound telephone call.
ATTRIBUTE_DEST - Static variable in class org.jvoicexml.xml.ccxml.Redirect
An ECMAScript expression which returns a string that is the target of the outbound telephone call.
ATTRIBUTE_DEST - Static variable in class org.jvoicexml.xml.vxml.Transfer
The URI of the destination (telephone, IP telephony address).
ATTRIBUTE_DESTEXPR - Static variable in class org.jvoicexml.xml.vxml.Transfer
An ECMAScript expression yielding the URI of the destination.
ATTRIBUTE_DETAIL - Static variable in class org.jvoicexml.xml.ssml.SayAs
Optional attribute that indicates the level of detail to be read aloud or rendered.
ATTRIBUTE_DIALOGID - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_DIALOGID - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_DIALOGID - Static variable in class org.jvoicexml.xml.ccxml.Dialogterminate
A CCXML document may decide that it wants to terminate a currently executing dialog, to throw away a previously prepared dialog, or to terminate the preparation of a dialog.
ATTRIBUTE_DTMF - Static variable in class org.jvoicexml.xml.vxml.Choice
The DTMF sequence for this choice.
ATTRIBUTE_DTMF - Static variable in class org.jvoicexml.xml.vxml.Link
The DTMF sequence for this link.
ATTRIBUTE_DTMF - Static variable in class org.jvoicexml.xml.vxml.Menu
When set to true, the first nine choices that have not explicitly specified a value for the dtmf attribute are given the implicit ones "1", "2", etc.
ATTRIBUTE_DTMF - Static variable in class org.jvoicexml.xml.vxml.Option
An optional DTMF sequence for this option.
ATTRIBUTE_DTMFCLAMP - Static variable in class org.jvoicexml.xml.ccxml.Join
An ECMAScript Boolean expression that tells the conference mixer if it should attempt to remove detected DTMF tones.
ATTRIBUTE_DTMFTERM - Static variable in class org.jvoicexml.xml.vxml.Record
If true, any DTMF keypress not matched by an active grammar will be treated as a match of an active (anonymous) local DTMF grammar.
ATTRIBUTE_DUPLEX - Static variable in class org.jvoicexml.xml.ccxml.Join
An ECMAScript expression that returns a character string equal to "half" or "full", which defines the direction of the media flow between id1 resource and id2 resource.
ATTRIBUTE_DURATION - Static variable in class org.jvoicexml.xml.ssml.Prosody
A value in seconds or milliseconds for the desired time to take to read the element contents.
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.ccxml.Createccxml
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post").
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
An ECMAScript expression which returns a character string that indicates the HTTP method to use.
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
An ECMAScript expression which returns a character string that indicates the HTTP method to use.
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.ccxml.Fetch
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post").
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.vxml.Data
The media encoding type of the submitted document.
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.vxml.Subdialog
The media encoding type of the submitted document (when the value of method is "post").
ATTRIBUTE_ENCTYPE - Static variable in class org.jvoicexml.xml.vxml.Submit
The media encoding type of the submitted document (when the value of method is "post").
ATTRIBUTE_ENTERTONE - Static variable in class org.jvoicexml.xml.ccxml.Join
An ECMAScript expression that returns a character string that is used to play a tone or a custom wav file to the conference participants when another caller joins.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.ccxml.Move
The event source from which the event object originated, if any, will be moved to the target session.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.ccxml.Transition
This is a pattern that indicates a matching event type.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.vxml.Catch
The event or events to catch.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.vxml.Choice
Specify an event to be thrown instead of specifying a next.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.vxml.Link
The event to throw when the user matches one of the link grammars.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.vxml.Return
Return, then throw this event.
ATTRIBUTE_EVENT - Static variable in class org.jvoicexml.xml.vxml.Throw
The event being thrown.
ATTRIBUTE_EVENTEXPR - Static variable in class org.jvoicexml.xml.vxml.Choice
An ECMAScript expression evaluating to the name of the event to be thrown.
ATTRIBUTE_EVENTEXPR - Static variable in class org.jvoicexml.xml.vxml.Link
An ECMAScript expression evaluating to the name of the event to throw when the user matches one of the link grammars.
ATTRIBUTE_EVENTEXPR - Static variable in class org.jvoicexml.xml.vxml.Return
Return, then throw the event to which this ECMAScript expression evaluates.
ATTRIBUTE_EVENTEXPR - Static variable in class org.jvoicexml.xml.vxml.Throw
An ECMAScript expression evaluating to the name of the event being thrown.
ATTRIBUTE_EXITTONE - Static variable in class org.jvoicexml.xml.ccxml.Join
An ECMAScript expression that returns a character string that is used to play a tone or a custom wav file to the conference participants when another caller exits.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.ccxml.Assign
Indicates the new value of the variable.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.ccxml.Exit
A return ECMAScript expression (e.g. 0 or 'oops!').
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.ccxml.Log
An ECMAScript expression evaluating to a string to be logged.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.ccxml.Var
Indicates the new value of the variable.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.ssml.Audio
An ECMAScript expression which determines the source of the audio to be played.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Assign
The new value of the variable.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Block
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Choice
Specify an expression to evaluate as a URI to transition to instead of specifying a next.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Exit
An ECMAScript expression that is evaluated as the return value (e.g. "0", "'oops!'"
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Field
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Goto
An ECMAScript expression that yields the URI.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Initial
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Link
Like next, except that the URI is dynamically determined by evaluating the given ECMAScript expression.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Log
An optional ECMAScript expression evaluating to a string.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Param
An expression that computes the value associated with name.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Record
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Subdialog
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Submit
Like next, except that the URI reference is dynamically determined by evaluating the given ECMAScript expression.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Transfer
The initial value of the form item variable; default is ECMAScript undefined.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Value
The expression to render.
ATTRIBUTE_EXPR - Static variable in class org.jvoicexml.xml.vxml.Var
The initial value of the variable (optional).
ATTRIBUTE_EXPRITEM - Static variable in class org.jvoicexml.xml.vxml.Goto
An ECMAScript expression that yields the name of the next form item to visit.
ATTRIBUTE_FETCHAUDIO - Static variable in class org.jvoicexml.xml.vxml.Choice
The URI of the audio clip to play while the fetch is being done.
ATTRIBUTE_FETCHAUDIO - Static variable in class org.jvoicexml.xml.vxml.Data
This defaults to the fetchaudio property.
ATTRIBUTE_FETCHAUDIO - Static variable in class org.jvoicexml.xml.vxml.Goto
The URI of the audio clip to play while the fetch is being done.
ATTRIBUTE_FETCHAUDIO - Static variable in class org.jvoicexml.xml.vxml.Link
The URI of the audio clip to play while the fetch is being done.
ATTRIBUTE_FETCHAUDIO - Static variable in class org.jvoicexml.xml.vxml.Subdialog
The URI of the audio clip to play while the fetch is being done.
ATTRIBUTE_FETCHAUDIO - Static variable in class org.jvoicexml.xml.vxml.Submit
The URI of the audio clip to play while the fetch is being done.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.srgs.Grammar
This defaults to the grammarfetchhint property.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.ssml.Audio
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.Choice
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.Goto
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.Link
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.Script
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.Subdialog
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHHINT - Static variable in class org.jvoicexml.xml.vxml.Submit
Defines when the interpreter context should retrieve content from the server. prefetch indicates a file may be downloaded when the page is loaded, whereas safe indicates a file that should only be downloaded when actually needed.
ATTRIBUTE_FETCHID - Static variable in class org.jvoicexml.xml.ccxml.Fetch
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_FETCHID - Static variable in class org.jvoicexml.xml.ccxml.Goto
An ECMAScript expression which returns the fetch identifier of a completed fetch request acquired either in a fetch with the fetchid attribute, or from the fetchid attribute of a fetch.done event.
ATTRIBUTE_FETCHID - Static variable in class org.jvoicexml.xml.ccxml.Script
An ECMAScript expression which returns the fetch identifier of a completed fetch request, acquired either in a fetch with the fetchid attribute, or from the fetchid attribute of a fetch.done event.
ATTRIBUTE_FETCHINT - Static variable in class org.jvoicexml.xml.vxml.Data
This defaults to the datafetchhint property.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.srgs.Grammar
This defaults to the fetchtimeout property.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.ssml.Audio
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Choice
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Data
This defaults to the fetchtimeout property.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Goto
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Link
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Script
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Subdialog
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FETCHTIMEOUT - Static variable in class org.jvoicexml.xml.vxml.Submit
The interval to wait for the content to be returned before throwing an error.badfetch event.
ATTRIBUTE_FINALSILENCE - Static variable in class org.jvoicexml.xml.vxml.Record
The interval of silence that indicates end of speech.
ATTRIBUTE_FORMAT - Static variable in class org.jvoicexml.xml.ssml.SayAs
Provides hints on the precise formatting of the contained text for content types that may have ambiguous formats.
ATTRIBUTE_GENDER - Static variable in class org.jvoicexml.xml.ssml.Voice
Optional attribute indicating the preferred gender of the voice to speak the contained text.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Accept
An ECMAScript expression which returns a string that is the identifier of a Connection on which the incoming call is signaled.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Createcall
ECMAScript expression that returns an ECMAScript object The ECMAScript object returned contains information which may be used by the implementing platform when establishing the outbound connection.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Createconference
The ECMAScript object returned contains information which may be used by the implementing platform when creating the conference.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Destroyconference
An ECMAScript expression which returns a string that is the identifier of the conference that should be destroyed.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Disconnect
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network disconnecting the connection.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Join
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network when the two specified Connections, Dialogs or Conferences (id1 and id2) are joined.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Merge
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network when merging the two connections.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Redirect
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network redirecting the connection.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Reject
An ECMAScript expression which returns a string that is the identifier of a Connection on which an incoming call is being signaled.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Send
The ECMAScript object returned contains information which may be used by the implementing platform to configure the event processor.
ATTRIBUTE_HINTS - Static variable in class org.jvoicexml.xml.ccxml.Unjoin
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network when the two specified Connections, Dialogs or Conferences (id1 and id2) are unjoined.
ATTRIBUTE_HTTP_EQUIV - Static variable in class org.jvoicexml.xml.ccxml.Meta
The NAME of an HTTP response header.
ATTRIBUTE_HTTP_EQUIV - Static variable in class org.jvoicexml.xml.vxml.Meta
The name of an HTTP response header.
ATTRIBUTE_ID - Static variable in class org.jvoicexml.xml.srgs.Rule
Rule identifier.
ATTRIBUTE_ID - Static variable in class org.jvoicexml.xml.vxml.Form
Name of the id attribute.
ATTRIBUTE_ID - Static variable in class org.jvoicexml.xml.vxml.Menu
The identifier of the menu.
ATTRIBUTE_ID1 - Static variable in class org.jvoicexml.xml.ccxml.Join
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network when the two specified Connections, Dialogs or Conferences (id1 and id2) are joined.
ATTRIBUTE_ID1 - Static variable in class org.jvoicexml.xml.ccxml.Unjoin
An ECMAScript expression which returns a string that is the identifier of a Connection, Dialog or Conference.
ATTRIBUTE_ID2 - Static variable in class org.jvoicexml.xml.ccxml.Join
The ECMAScript object returned contains information which may be used by the implementing platform or passed to the network when the two specified Connections, Dialogs or Conferences (id1 and id2) are joined.
ATTRIBUTE_ID2 - Static variable in class org.jvoicexml.xml.ccxml.Unjoin
An ECMAScript expression which returns a string that is the identifier of a Connection, Dialog or Conference.
ATTRIBUTE_IMMEDIATE - Static variable in class org.jvoicexml.xml.ccxml.Dialogterminate
An ECMAScript Boolean expression, that identifies the termination style of the dialog.
ATTRIBUTE_INTERPRET_AS - Static variable in class org.jvoicexml.xml.ssml.SayAs
indicates the content type of the contained text construct.
ATTRIBUTE_ITEM - Static variable in class org.jvoicexml.xml.vxml.Foreach
The variable that stores each array item upon each iteration of the loop.
ATTRIBUTE_JOINDIRECTION - Static variable in class org.jvoicexml.xml.ccxml.Createcall
An ECMAScript expression that defines the direction of the media flow between the newly created connection, and the existing connection/conference/dialog referenced by joinid.
ATTRIBUTE_JOINID - Static variable in class org.jvoicexml.xml.ccxml.Createcall
An ECMAScript expression that identifies a connection, conference, or dialog ID that the new call will be joined to.
ATTRIBUTE_LABEL - Static variable in class org.jvoicexml.xml.ccxml.Log
An ECMAScript expression which returns a character string which may be used, for example, to indicate the purpose of the log.
ATTRIBUTE_LABEL - Static variable in class org.jvoicexml.xml.vxml.Log
An optional string which may be used, for example, to indicate the purpose of the log.
ATTRIBUTE_LEVEL - Static variable in class org.jvoicexml.xml.ssml.Emphasis
The optional level attribute indicates the strength of emphasis to be applied.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.ccxml.Createccxml
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.ccxml.Fetch
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.ccxml.Script
The character string is interpreted as a time interval.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.srgs.Grammar
This defaults to the grammarmaxage property.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.ssml.Audio
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Choice
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Data
This defaults to the datamaxage property.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Goto
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Link
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Script
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Subdialog
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXAGE - Static variable in class org.jvoicexml.xml.vxml.Submit
Indicates that the document is willing to use content whose age is no greater than the specified time in seconds.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.ccxml.Createccxml
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.ccxml.Fetch
The character string returned is interpreted as a time interval.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.ccxml.Script
The character string is interpreted as a time interval.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.srgs.Grammar
This defaults to the grammarmaxstale property.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.ssml.Audio
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Choice
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Data
This defaults to the datamaxstale property.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Goto
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Link
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Script
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Subdialog
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXSTALE - Static variable in class org.jvoicexml.xml.vxml.Submit
Indicates that the document is willing to use content that has exceeded its expiration time.
ATTRIBUTE_MAXTIME - Static variable in class org.jvoicexml.xml.vxml.Record
The maximum duration to record.
ATTRIBUTE_MAXTIME - Static variable in class org.jvoicexml.xml.vxml.Transfer
The time that the call is allowed to last, or 0s if no limit is imposed.
ATTRIBUTE_MEDIADIRECTION - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference specified by the connectionid or conferenceid attribute.
ATTRIBUTE_MEDIADIRECTION - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference specified by the connectionid or conferenceid attribute.
ATTRIBUTE_MESSAGE - Static variable in class org.jvoicexml.xml.vxml.Choice
A message string providing additional context about the event being thrown.
ATTRIBUTE_MESSAGE - Static variable in class org.jvoicexml.xml.vxml.Link
A message string providing additional context about the event being thrown.
ATTRIBUTE_MESSAGE - Static variable in class org.jvoicexml.xml.vxml.Return
A message string providing additional context about the event being thrown.
ATTRIBUTE_MESSAGE - Static variable in class org.jvoicexml.xml.vxml.Throw
A message string providing additional context about the event being thrown.
ATTRIBUTE_MESSAGEEXPR - Static variable in class org.jvoicexml.xml.vxml.Choice
An ECMAScript expression evaluating to the message string.
ATTRIBUTE_MESSAGEEXPR - Static variable in class org.jvoicexml.xml.vxml.Link
An ECMAScript expression evaluating to the message string.
ATTRIBUTE_MESSAGEEXPR - Static variable in class org.jvoicexml.xml.vxml.Return
An ECMAScript expression evaluating to the message string.
ATTRIBUTE_MESSAGEEXPR - Static variable in class org.jvoicexml.xml.vxml.Throw
An ECMAScript expression evaluating to the message string.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.ccxml.Createccxml
The character string returned is interpreted as a time interval.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
An ECMAScript expression which returns a character string that indicates the HTTP method to use.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
An ECMAScript expression which returns a character string that indicates the HTTP method to use.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.ccxml.Fetch
An ECMAScript expression which returns a character string that indicates the HTTP method to use.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.vxml.Data
The request method: get (the default) or post.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.vxml.Subdialog
The request method: get (the default) or post.
ATTRIBUTE_METHOD - Static variable in class org.jvoicexml.xml.vxml.Submit
The request method: get (the default) or post.
ATTRIBUTE_MODAL - Static variable in class org.jvoicexml.xml.vxml.Field
If this is false (the default) all active grammars are turned on while collecting this field.
ATTRIBUTE_MODAL - Static variable in class org.jvoicexml.xml.vxml.Record
If this is true (the default) all non-local speech and DTMF grammars are not active while making the recording.
ATTRIBUTE_MODE - Static variable in class org.jvoicexml.xml.srgs.Grammar
Defines the mode of the grammar following the modes of the W3C Speech Recognition Grammar Specification.
ATTRIBUTE_MODE - Static variable in class org.jvoicexml.xml.vxml.Filled
Either all (the default), or any.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.ccxml.Assign
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.ccxml.Meta
The NAME of the metadata property.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.ccxml.Transition
An ECMAScript left hand side expression evaluating to a previously defined variable.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.ccxml.Var
Indicates the name of the variable.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.ssml.Mark
Name of the mark.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.ssml.Voice
optional attribute indicating a preferred variant of the other voice characteristics to speak the contained text.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Assign
The name of the variable being assigned to.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Block
The name of the form item variable used to track whether this block is eligible to be executed; defaults to an inaccessible internal variable.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Data
The name of the variable that exposes the DOM.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Field
The form item variable in the dialog scope that will hold the result.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Initial
The name of a form item variable used to track whether the <initial> is eligible to execute; defaults to an inaccessible internal variable.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Meta
The name of the metadata property.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.ObjectTag
When the object is evaluated, it sets this variable to an ECMAScript value whose type is defined by the object.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Param
The name to be associated with this parameter when the object or subdialog is invoked.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Property
The name of the property.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Record
The input item variable that will hold the recording.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Subdialog
The result returned from the subdialog, an ECMAScript object whose properties are the ones defined in the namelist attribute of the <return> element.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Transfer
Stores the outcome of a bridge transfer attempt.
ATTRIBUTE_NAME - Static variable in class org.jvoicexml.xml.vxml.Var
The name of the variable that will hold the result.
ATTRIBUTE_NAMEEXPR - Static variable in class org.jvoicexml.xml.ssml.Mark
An ECMAScript expression which evaluates to the name of the mark.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.ccxml.Createccxml
A list of zero or more whitespace separated CCXML variable names.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.ccxml.Dialogprepare
A list of one or more whitespace separated CCXML variable names.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.ccxml.Dialogstart
A list of one or more whitespace separated CCXML variable names.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.ccxml.Exit
A list of one or more whitespace separated CCXML unqualified variable names to be returned.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.ccxml.Fetch
A list of zero or more whitespace separated CCXML variable names.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.ccxml.Send
A list of zero or more whitespace separated CCXML variable names to be included with the event.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.vxml.Clear
The list of variables to be reset; this can include variable names other than form items.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.vxml.Data
The list of variables to submit.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.vxml.Disconnect
Variable names to be returned to the interpreter context.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.vxml.Exit
Variable names to be returned to interpreter context.
ATTRIBUTE_NAMELIST - Static variable in class org.jvoicexml.xml.vxml.Filled
The input items to trigger on.
ATTRIBUTE_NAMELIST - Static variabl