Prompts are represented as a series of SSML documents.
|
Key to a VXIMap that holds audio content created during a <record>. This map will contain key matching <mark> names in a SSML document passed to Queue. Each key will return a VXIContent value. See Queue for more information. |
|
For audio created during a <record>, the SSML document passed to Queue will contain a <mark> with a name prefixed with this string. See Queue for more information. |
|
Key to a VXIInteger that indicates whether a SSML document passed to Prefetch should be prefetched. The value is 0 if no prefetch is requested. 1 if prefetch is desired. |
|
Abstract interface for Prompting functionality. Prompts are represented as a series of SSML documents. The Prompt interface the handles prefetching, caching, and streaming audio as required to provide good response times and low CPU and network overhead. There is one prompt interface per thread/line. |
|
Result codes for interface methods. Result codes less then zero are severe errors (likely to be platform faults), those greater then zero are warnings (likely to be application issues) |
|