MLKitSmartReply Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Constants
The following constants are available globally.
-
Smart Reply successfully generated non-empty reply suggestions.
-
Smart Reply currently doesn’t support the language used in the conversation.
-
Smart Reply cannot figure out a good enough suggestion.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["\u003cp\u003eGlobally available constants define the status of Smart Reply results, indicating success, unsupported language, or lack of suitable suggestions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKSmartReplyResultStatusSuccess\u003c/code\u003e signifies that Smart Reply generated relevant reply suggestions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKSmartReplyResultStatusNotSupportedLanguage\u003c/code\u003e indicates that the conversation's language isn't currently supported by Smart Reply.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKSmartReplyResultStatusNoReply\u003c/code\u003e means Smart Reply couldn't generate any good suggestions for the given conversation.\u003c/p\u003e\n"]]],[],null,["# MLKitSmartReply Framework Reference\n\nConstants\n=========\n\nThe following constants are available globally.\n- `\n ``\n ``\n `\n\n ### [MLKSmartReplyResultStatusSuccess](#/c:MLKSmartReplySuggestionResult.h@MLKSmartReplyResultStatusSuccess)\n\n `\n ` \n Smart Reply successfully generated non-empty reply suggestions. \n\n #### Declaration\n\n Objective-C \n\n static const /ml-kit/reference/ios/mlkitsmartreply/api/reference/Type-Definitions#/c:MLKSmartReplySuggestionResult.h@T@MLKSmartReplyResultStatus MLKSmartReplyResultStatusSuccess = 0\n\n- `\n ``\n ``\n `\n\n ### [MLKSmartReplyResultStatusNotSupportedLanguage](#/c:MLKSmartReplySuggestionResult.h@MLKSmartReplyResultStatusNotSupportedLanguage)\n\n `\n ` \n Smart Reply currently doesn't support the language used in the conversation. \n\n #### Declaration\n\n Objective-C \n\n static const /ml-kit/reference/ios/mlkitsmartreply/api/reference/Type-Definitions#/c:MLKSmartReplySuggestionResult.h@T@MLKSmartReplyResultStatus\n MLKSmartReplyResultStatusNotSupportedLanguage = 1\n\n- `\n ``\n ``\n `\n\n ### [MLKSmartReplyResultStatusNoReply](#/c:MLKSmartReplySuggestionResult.h@MLKSmartReplyResultStatusNoReply)\n\n `\n ` \n Smart Reply cannot figure out a good enough suggestion. \n\n #### Declaration\n\n Objective-C \n\n static const /ml-kit/reference/ios/mlkitsmartreply/api/reference/Type-Definitions#/c:MLKSmartReplySuggestionResult.h@T@MLKSmartReplyResultStatus MLKSmartReplyResultStatusNoReply = 2"]]