MLKitSmartReply Framework Reference

Classes

The following classes are available globally.

  • An object that suggests smart replies for given input text.

    Declaration

    Objective-C

    
    @interface MLKSmartReply : NSObject
  • A suggested reply for the given input text.

    Declaration

    Objective-C

    
    @interface MLKSmartReplySuggestion : NSObject
  • An object that contains the smart reply suggestion results.

    Declaration

    Objective-C

    
    @interface MLKSmartReplySuggestionResult : NSObject
  • A single chat message, to be used as an array element for input to Smart Reply.

    Declaration

    Objective-C

    
    @interface MLKTextMessage : NSObject