Skip to main content

IntentClassifier

Trait IntentClassifier 

Source
pub trait IntentClassifier: OclaService {
    // Required method
    fn classify_intent(
        &self,
        request: IntentRequest,
    ) -> OclaResult<IntentDecision>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§