vsdk 8.1.0
 
Loading...
Searching...
No Matches
Vsdk::Nlu::Intent

#include <Result.hpp>

Public Attributes

boost::optional< std::string > name
 Name of the intent or boost::none if no intent has been found.
 
float confidence = 0.f
 Confidence score for this intent between 0 and 1.
 

Member Data Documentation

◆ name

boost::optional<std::string> Vsdk::Nlu::Intent::name

Name of the intent or boost::none if no intent has been found.

◆ confidence

float Vsdk::Nlu::Intent::confidence = 0.f

Confidence score for this intent between 0 and 1.