MLKitSmartReply Framework Reference

  • MLKSmartReplySuggestion provides a suggested reply based on input text.

  • The suggested reply is accessible through the text property as a string.

  • Creating an MLKSmartReplySuggestion object directly using init is not allowed.

MLKSmartReplySuggestion


@interface MLKSmartReplySuggestion : NSObject

A suggested reply for the given input text.

  • String representation of the suggested reply.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull text;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;