Expand description
Voice command matching for approval handling.
Matches transcribed text against permission approval patterns and question answers.
Enums§
- Match
Result - Result of matching a voice command against an approval context.
Functions§
- match_
permission_ command - Matches a voice command against permission approval patterns.
- match_
question_ answer - Matches a voice command against question options.
- normalize
- Normalizes text: lowercase, trim, strip trailing punctuation, collapse whitespace.