MLKSmartReply
@interface MLKSmartReply : NSObject为给定输入文本提供智能回复建议的对象。
- 
                  
                  
获取为输入文本提供建议回复的智能回复实例。此方法为线程 安全。
声明
Objective-C
+ (nonnull MLKSmartReply *)smartReply;返回值
提供建议的回复的
SmartReply实例。 - 
                  
                  
在聊天对话中建议回复。
声明
Objective-C
- (void)suggestRepliesForMessages:(nonnull NSArray<MLKTextMessage *> *)messages completion:(nonnull MLKSmartReplyCallback)completion;参数
messages要为其生成建议的聊天消息序列。
completion处理程序将通过建议结果或错误对主队列进行回调。
 - 
                  
                  
不可用。
声明
Objective-C
- (nonnull instancetype)init;