Skip to main content

match_question_answer

Function match_question_answer 

Source
pub fn match_question_answer(
    text: &str,
    question: &QuestionRequest,
) -> MatchResult
Expand description

Matches a voice command against question options.

Returns QuestionReject, QuestionAnswer, or NoMatch.