| SpeechIntentEventArgs Class |
Namespace: Microsoft.CognitiveServices.SpeechRecognition
public class SpeechIntentEventArgs : EventArgs
The SpeechIntentEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Intent |
Get the intent object
| |
| Payload |
Get the structured data of the language understanding (intent and entities) result as a JSON object
|