See: Description
| Interface | Description |
|---|---|
| Profile |
A profile follows the thought of the profiles as they are specified in http://www.w3.org/TR/
voicexml30 /#Profiles.
|
| SsmlParser |
Parser to transform the contents of a outputting nodes into an SSML document.
|
| SsmlParsingStrategy |
Strategy to evaluate the contents of a VoiceXML tag within a
<prompt> tag into an SSML document that can be sent to the
speech synthesizer. |
| SsmlParsingStrategyFactory |
Factory for
SsmlParsingStrategys. |
| TagStrategy |
Strategy to execute a node representing executable content.
|
| TagStrategyFactory |
Factory for
TagStrategys from the namespace returned by
TagStrategyFactory.getTagNamespace() that can be executed while interpreting
the form items. |
| Class | Description |
|---|---|
| TagStrategyExecutor |
Executor for
TagStrategys. |