Because built-in tools are available without configuration, they do not appear in the connector selection. You enable them directly in the flow at the respective state.
classify – classify the request
The central built-in tool is classify. With it the agent assigns the caller’s request to exactly one of the categories you have defined. The chosen category becomes the response code on which your flow transitions branch.
What it does
Picks the matching one from your categories (e.g.
termin, rezept, sonstiges) and returns it as a branching code.When the agent calls it
Only once the category is unambiguously established. When in doubt, the agent keeps asking instead of guessing.
How you use it in the flow
1
Define categories
Set the allowed categories at a state – these are the possible results of the classification.
2
Link transitions
Connect each category to the target state the agent should switch to for that request.
3
Test
Check with a test call whether typical requests are classified correctly.
classify is fully live. It works locally and without side effects: no external call, no database, no stored states.