MLKitSmartReply Framework Reference

  • MLKSmartReplySuggestionResult provides smart reply suggestions and their status.

  • It includes a list of suggestions and the result status of the smart reply.

  • Attempting to initialize MLKSmartReplySuggestionResult directly using init is not allowed.

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;