MLKitSmartReply 框架参考

MLKSmartReplySuggestion


@interface MLKSmartReplySuggestion : NSObject

针对指定输入文本的建议回复。

  • 建议回复的字符串表示。

    声明

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull text;
  • 不可用。

    声明

    Objective-C

    - (nonnull instancetype)init;