π₯ Words recognition
β¬ Words recognition
The Word recognition block allows you to recognize text expressions entered by the user and associate them with specific outputs according to defined keywords.
This block is particularly useful for creating interactions based on text commands, such as answers to open-ended questions or feature triggers.
π₯ Entries
- input (Text): Expression to analyze, generally resulting from user input (eg: Text entry block).
π€ Outings
- output_name (Flow): Output triggered when the expression entered matches one of the keywords defined in the associated field.
- not_found (Flow): Output triggered if the entered expression does not match any configured keyword.
π‘ Example of use
Scenario: Simplified voice control for an assistant
- The user is prompted to enter a text command via a Text Entry block.
- The entered text is transmitted to the Word recognition block via the
inputinput. - The block is configured with two fields:
- Field 1: "hello", "salut", "hello" β
greetingoutput - Field 2: "goodbye", "bye" β Output
end_conversation
- If the user writes "hello", the flow takes the
greetingoutput and triggers an appropriate response. - If the user writes "thanks", the flow takes the
not_foundoutput and displays a default message.
βοΈ Technical Details
- Keyword configuration:
- Each field accepts several expressions separated by
Shift + Enter. - All expressions in the same field point to a single output.
- The comparison is case sensitive (uppercase/lowercase).
- Each field accepts several expressions separated by
- Input management: The block requires a connection to a text source (eg: Text entry, Variable, API).
Updated on: 04/03/2026
Thank you!
