MLKitSmartReply Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

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.

    Declaration

    Swift

    var status: SmartReplyResultStatus { get }
  • Unavailable.