Constants
The following constants are available globally.
-
Smart Reply successfully generated non-empty reply suggestions.
Declaration
Objective-C
static const MLKSmartReplyResultStatus MLKSmartReplyResultStatusSuccess = 0
-
Smart Reply currently doesn’t support the language used in the conversation.
Declaration
Objective-C
static const MLKSmartReplyResultStatus MLKSmartReplyResultStatusNotSupportedLanguage = 1
-
Smart Reply cannot figure out a good enough suggestion.
Declaration
Objective-C
static const MLKSmartReplyResultStatus MLKSmartReplyResultStatusNoReply = 2