|
Class Summary |
| BasicFlow |
BasicFlow is a base class for most flow objects. |
| BranchFlow |
BranchFlow provides branching of the callflow based on an application-defined condition. |
| BranchFlow.GotoBranchEvent |
An event class used to jump back from a sub-flow to a branch flow. |
| ChoiceFlow |
ChoiceFlow provides branching based on user input, such as in a menu. |
| DisconnectFlow |
A call control flow object that terminates the call by
hanging up (playing a goodbye prompt first). |
| FlowList |
A sequence of flow objects. |
| GotoUrlFlow |
A flow object that redirects the VoiceXML browser to another URL. |
| LoopFlow |
Represents looping behaviour. |
| PromptFlow |
A flow that plays one or more prompts. |
| QuestionFlow |
Flow object that asks the user a question. |
| RawContentFlow |
A call control flow object that outputs raw VoiceXML. |
| RecordAudioFlow |
A flow object that records the caller's audio to an audio
file, which is sent back to the application. |
| SRApp |
The base class for the outermost "app" flow object. |
| TransferFlow |
A call control flow object that transfers the call. |