#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. | |
boost::optional<std::string> Vsdk::Nlu::Intent::name |
Name of the intent or boost::none if no intent has been found.
float Vsdk::Nlu::Intent::confidence = 0.f |
Confidence score for this intent between 0 and 1.