Pick Destination Handler
This handler checks if one of the pick destination validations matches the given input. The input can be a scanned code or a speech command.
Type: PICK_DESTINATION_EVALUATION
Attributes
- speech_code_word: If a speech input command starts with the given keyword, the rest of the command will be used as input for the handler.
- Default value: Empty list
Elements
- ignore_values: Defines a list of values that will be ignored by the handler.
- Default value: Empty list
Output
The event tag of this handler is pick_destination.
- OK: This is the output if the given input code matches a pick destination.
- DONE: This is the output if all validations have been processed.
- WRONG: This is the output if the given code does not match any pick destination.
- ALREADY_VALIDATED: This is the output if the given code has already been confirmed before.
Example
<PICK_DESTINATION_EVALUATION speech_code_word="PLACE">
<list name="ignore_values" listType="UNNAMED">
<elem>###SKIP###</elem>
<elem>###CANCEL###</elem>
</list>
</PICK_DESTINATION_EVALUATION>
Pick Article Handler
This handler checks if one of the article validations matches the given input. The input can be a scanned code or a speech command.
Type: PICK_ARTICLE_EVALUATION
Attributes
- speech_code_word: If a speech input command starts with the given keyword, the rest of the command will be used as input for the handler.
- Default value: Empty list
Elements
- ignore_values: Defines a list of values that will be ignored by the handler.
- Default value: Empty list
Output
The event tag of this handler is an article.
- OK: This is the output if the given input code matches any articles.
- DONE: This is the output if all validations have been processed.
- WRONG: This is the output if the given code does not match any articles.
- ALREADY_VALIDATED: This is the output if the given code has already been confirmed before.
Example
<PICK_ARTICLE_EVALUATION speech_code_word="ITEM">
<list name="ignore_values" listType="UNNAMED">
<elem>###SKIP###</elem>
<elem>###CANCEL###</elem>
</list>
</PICK_ARTICLE_EVALUATION>
Pick Source Handler
This handler checks if one of the pick source validations matches the given input, which can be a scanned code or a speech command.
Type: PICK_SOURCE_EVALUATION
Attributes
- speech_code_word: If a speech input command starts with the given keyword, the rest of the command will be used as input for the handler.
- Default value: Empty list
Elements
- ignore_values: Defines a list of values that will be ignored by the handler.
- Default value: Empty list
Output
The event tag of this handler is pick_source.
- OK: This is the output if the given input code matches a pick source.
- DONE: This is the output if all validations have been processed.
- WRONG: This is the output if the given code does not match any pick source.
- ALREADY_VALIDATED: This is the output if the given code has already been confirmed before.
Example
<PICK_SOURCE_EVALUATION speech_code_word="PICK">
<list name="ignore_values" listType="UNNAMED">
<elem>###SKIP###</elem>
<elem>###CANCEL###</elem>
</list>
</PICK_SOURCE_EVALUATION>