MLKitSmartReply Framework Reference

  • SmartReplySuggestion is an object representing a suggested reply for given input text.

  • It has a property text which is a string containing the content of the suggested reply.

  • The initializer for SmartReplySuggestion is unavailable for direct use.

SmartReplySuggestion

class SmartReplySuggestion : NSObject

A suggested reply for the given input text.

  • String representation of the suggested reply.

    Declaration

    Swift

    var text: String { get }
  • Unavailable.