Page Summary
-
SmartReplySuggestionResultprovides smart reply suggestions in a list format. -
It includes a status indicating the result of the smart reply suggestion generation.
-
The
suggestionsproperty contains an array ofMLKSmartReplySuggestionobjects. -
Although unavailable for direct initialization, it offers access to the suggestions and their status.
SmartReplySuggestionResult
class SmartReplySuggestionResult : NSObjectAn object that contains the smart reply suggestion results.
-
A list of the suggestions.
Declaration
Swift
var suggestions: [MLKSmartReplySuggestion] { get } -
Status of the smart reply suggestions result.
Declaration
Swift
var status: SmartReplyResultStatus { get } -
Unavailable.