Prompt type enumeration.
#include <asr/asrp.h>
typedef enum {
ASRP_NO_PROMPTS == 0
ASRP_AUDIO_PROMPT == 0x01
ASRP_VISUAL_PROMPT == 0x02
ASRP_INTERACTIVE_PROMPT == 0x10
ASRP_PROMPT_STEP_NOTIFY == 0x20
} asrp_processing_flags_t;
The asrp_processing_flags_t enumeration lists the types of prompts that can be processed. Depending on the stage processing, members of this enumeration could indicate prompts that have been rendered or prompts that are required.