IntentResult Class Reference
Inherits from | NSObject |
---|---|
Declared in | IntentResult.m SpeechRecognitionService.h |
Url
The intent uri (optional) from the recognition service.
@property (nonatomic, strong) NSURL *Url
Discussion
The intent uri (optional) from the recognition service.
Declared In
SpeechRecognitionService.h
Headers
The intent headers (optional) from the recognition service.
@property (nonatomic, strong) NSDictionary *Headers
Discussion
The intent headers (optional) from the recognition service.
Declared In
SpeechRecognitionService.h
Body
The structured intent response body (optional) from the recognition service.
The response is a structured JSON string. Client applications must parse this string to access the JSON fields.
@property (nonatomic, strong) NSString *Body
Discussion
The structured intent response body (optional) from the recognition service.
The response is a structured JSON string. Client applications must parse this string to access the JSON fields.
Declared In
SpeechRecognitionService.h