vsdk  9.1.0
Vsdk::Nlu::Intent

Public Attributes

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

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.