-
Value Evaluation Handler
This handler evaluates whether a value is valid based on a pattern or a list of patterns. Type: value_evaluation_handler Attributes Here's an explanation of the available attributes: to_evaluate: The input needs to match the defined pattern /s. If it matches, the input is valid. code_word_evaluation: Speech input will only…
-
Value Extractor Handler
This handler is used to implement barcode scanning via dedicated scanning hardware. It extracts scanner or speech input based on a list of patterns and checks if at least one of these patterns is valid. Type: value_extractor_handler Attributes Here's an explanation of the available attribute: pattern: The input needs to…