MLKitSmartReply Framework Reference
SmartReplySuggestionResult
class SmartReplySuggestionResult : NSObject
An 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.
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[[["`SmartReplySuggestionResult` provides smart reply suggestions in a list format."],["It includes a status indicating the result of the smart reply suggestion generation."],["The `suggestions` property contains an array of `MLKSmartReplySuggestion` objects."],["Although unavailable for direct initialization, it offers access to the suggestions and their status."]]],["The `SmartReplySuggestionResult` object holds smart reply suggestion outcomes. It contains two key properties: `suggestions`, a list of `MLKSmartReplySuggestion` objects representing the suggested replies, and `status`, which indicates the result's status, defined by `MLKSmartReplyResultStatus`. The initializer method `-init` is not available.\n"]]