Class SmartReply
java.lang.Object
com.codename1.ai.language.SmartReply
On-device short reply suggestions for a conversation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanisSupported(LanguageOptions options) static AsyncResource<String[]> suggest(SmartReplyMessage[] conversation, LanguageOptions options)
-
Method Details
-
isSupported
public static boolean isSupported() -
isSupported
-
suggest
public static AsyncResource<String[]> suggest(SmartReplyMessage[] conversation, LanguageOptions options)
-