MLKSmartReplySuggestionResult
@interface MLKSmartReplySuggestionResult : NSObject
An object that contains the smart reply suggestion results.
-
A list of the suggestions.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<MLKSmartReplySuggestion *> *_Nonnull suggestions;
-
Status of the smart reply suggestions result.
Declaration
Objective-C
@property (nonatomic, readonly) MLKSmartReplyResultStatus status;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;