|
IVR Software Data Types
IVRMIXEDPROMPTS
Database Systems Corp. (DSC) provides an API subroutine library of IVR Software routines that perform phone functions The following is a description of one of the C Data Structures or Error Code declarations used within this library by the phone function routines - IVRMIXEDPROMPTS.
The Data Structure is defined in our C programming library, although there is an equivalent for Visual Basic, .NET, C++ and Active-X. DSC provides a separate user guide for each of these languages.
Contact DSC to obtain the most current IVR manuals in your required programming language.
IVRMIXEDPROMPTS
typedef struct tag_IvrMixedPrompts{
int type;
char prompt[IVR_TEXT_LENGTH];
}IVRMIXEDPROMPTS;
Structure Members
type
|
The type field will
contain the type of prompt. It can be one of the following values.
PROMPT_WAVE:The prompt is a wave file.
PROMPT_TEXT:The prompt is text to be spoken.
|
prompt
|
The prompt field
will contains the text to be spoken or the wave file to be played.
|
|
|