MLKitSmartReply Framework Reference

  • 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.

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.