MLKitSmartReply Framework Reference

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;