class Intent::IntentRecognitionEventArgs
class Intent::IntentRecognitionEventArgs
: public RecognitionEventArgs
Class for intent recognition event arguments.
Members
Result
Syntax: public std::shared_ptr< IntentRecognitionResult > Result;
Intent recognition event result.
IntentRecognitionEventArgs
Syntax: public inline explicit IntentRecognitionEventArgs ( SPXEVENTHANDLE hevent );
Constructor.
Parameters
hevent
Event handle
~IntentRecognitionEventArgs
Syntax: public inline virtual ~IntentRecognitionEventArgs ( );