|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_collect_input_state_t:Data Fields | |
| int | flags |
| cJSON * | recognition_result |
| char * | digits |
| int | min_digits |
| int | max_digits |
| const char * | terminators |
| char | terminator |
| switch_time_t | last_digit_time |
| switch_bool_t | is_speech |
| switch_input_args_t * | original_args |
Definition at line 3276 of file switch_ivr_play_say.c.
| char* switch_collect_input_state_t::digits |
Definition at line 3279 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| int switch_collect_input_state_t::flags |
Definition at line 3277 of file switch_ivr_play_say.c.
| switch_bool_t switch_collect_input_state_t::is_speech |
Definition at line 3285 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| switch_time_t switch_collect_input_state_t::last_digit_time |
Definition at line 3284 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| int switch_collect_input_state_t::max_digits |
Definition at line 3281 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| int switch_collect_input_state_t::min_digits |
Definition at line 3280 of file switch_ivr_play_say.c.
Referenced by switch_ivr_play_and_collect_input().
| switch_input_args_t* switch_collect_input_state_t::original_args |
Definition at line 3286 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| cJSON* switch_collect_input_state_t::recognition_result |
Definition at line 3278 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| char switch_collect_input_state_t::terminator |
Definition at line 3283 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
| const char* switch_collect_input_state_t::terminators |
Definition at line 3282 of file switch_ivr_play_say.c.
Referenced by switch_collect_input_callback(), and switch_ivr_play_and_collect_input().
1.8.13