Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@class SPXIntentRecognitionEventArgs : SPXRecognitionEventArgs;
Description
Defines the payload for intent recognizing/recognized events.
Properties
result
@property (readonly, atomic) SPXIntentRecognitionResult * _Nullable result;
Represents the intent recognition result.