FormItems that can be visited by the form
interpretation algorithm.See: Description
| Interface | Description |
|---|---|
| OptionConverter |
Converts a set of
<option> nodes into a grammar. |
| Class | Description |
|---|---|
| BlockFormItem |
A sequence of procedural statements used for prompting and computation, but
not for gathering input.
|
| FieldFormItem |
An input item whose value is obtained via ASR or DTMF grammars.
|
| FormItemFactory |
Factory for form items.
|
| FormItemNameFactory |
Name factory to find a name for a form item.
|
| InitialFormItem |
This element controls the initial interaction in a mixed initiative form.
|
| ObjectFormItem |
This input item invokes a platform-specific object with various
parameters.
|
| RecordFormItem |
An input item whose value is an audio clip recorded by the user.
|
| SrgsXmlOptionConverter |
An option converter for SRGS XML grammars.
|
| SubdialogFormItem |
A
<subdialog> input item is roughly like a function call. |
| TransferFormItem |
An input item which transfers the user to another telephone number.
|
| TransferShadowVarContainer |
Component that provides a container for the shadowed variables of a transfer.
|
FormItems that can be visited by the form
interpretation algorithm.