classify static method
Classify user input into a semantic intent (e.g. Summary, Define, General).
Returns a UserIntent union that can be pattern matched.
Implementation
static raw.UserIntent classify(String input) =>
raw.parseUserIntent(input: input);