asrp_processing_flags_t

Prompt type enumeration.

Synopsis:

#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;

Data:

ASRP_NO_PROMPTS
No prompts.
ASRP_AUDIO_PROMPT
Audio prompt.
ASRP_VISUAL_PROMPT
Visual prompt, such as a dialog.
ASRP_INTERACTIVE_PROMPT
Interactive prompt to collect user input.
ASRP_PROMPT_STEP_NOTIFY
The member is used in processing prompts.

Library:

libasr

Description:

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.