MLKitSmartReply 架構參考資料

MLKSmartReplySuggestion


@interface MLKSmartReplySuggestion : NSObject

指定輸入文字的建議回覆。

  • 建議回覆的字串表示法。

    聲明

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull text;
  • 無法使用,

    聲明

    Objective-C

    - (nonnull instancetype)init;