| Description SUI_GetAction returns the action code associated with the last phrase spoken. An action code is a 3-digit number, assigned internally by Inquire4D, to help identify what action to take in response to a given utterance, if you choose to manage actions yourself.
The action codes are:
General 100 - 199: any global command as defined by SUI_AddGroupCommand
Menus 200: any spoken menu item as defined by SUI_AddMenuItem
Output 311: select a single row 312: select a range of rows 313: unselect a single row 314: unselect a range of rows 315: open a row to enter input form 316: sort a column 319: a spoken output form command
Input 321: goto an input area 329: a spoken input form command
Dialog 339: a spoken dialog form command
Other 341: a spoken window command (e.g. "Switch to Customers")
|