Module types

Source
Expand description

Core types for intent classification

This module defines the fundamental types used throughout the intent classification library.

Structs§

ClassificationRequest
Intent classification request
ClassificationResponse
Intent classification response
ClassifierConfig
Configuration for the intent classifier
ClassifierStats
Statistics about the classifier
Confidence
Confidence score (0.0 to 1.0)
FeatureVector
Feature vector for machine learning
IntentFeedback
Feedback for improving the classifier
IntentId
Unique identifier for intents
IntentPrediction
Intent classification result
TrainingExample
Training example for intent classification

Enums§

IntentError
Custom error types for the intent classification system
TrainingSource
Source of training data

Type Aliases§

Result
Result type for intent classification operations