Returns suggested meaningful replies to a user input message.
Right now, English is the only supported language.
Parameters
textMessages
A list of messages from which the API generates smart replies. The messages
list should contain most recent conversation context for all users participating in
the conversation in chronological order. Internally, SmartReply considers the last
N messages (N changes with model) to generate the best reply suggestions.
[[["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 2020-08-14 UTC."],[],[],null,["public class **FirebaseSmartReply** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nimplements [Closeable](//developer.android.com/reference/java/io/Closeable.html) \n**This class is deprecated.** \n\nThe standalone ML Kit SDK replaces this API. For more information, refer to the [migration guide](//developers.google.com/ml-kit/migration).\n\nEntry class for Firebase Smart Reply, which automatically suggests meaningful replies to a\nuser input message. \n\nPublic Method Summary\n\nInherited Method Summary \nFrom class java.lang.Object \n\nFrom interface java.io.Closeable \n\nFrom interface java.lang.AutoCloseable \n\nPublic Methods \n\npublic void **close** () \nCloses the underlying resources including models used for reply inference. \n\nThrows\n\npublic [Task](//developers.google.com/android/reference/com/google/android/gms/tasks/Task.html)\\\u003c[SmartReplySuggestionResult](/docs/reference/android/com/google/firebase/ml/naturallanguage/smartreply/SmartReplySuggestionResult)\\\u003e\n**suggestReplies** ([List](//developer.android.com/reference/java/util/List.html)\\\u003c[FirebaseTextMessage](/docs/reference/android/com/google/firebase/ml/naturallanguage/smartreply/FirebaseTextMessage)\\\u003e textMessages) \nReturns suggested meaningful replies to a user input message.\n\nRight now, English is the only supported language. \n\nParameters\n\nReturns\n\n- A [Task](//developers.google.com/android/reference/com/google/android/gms/tasks/Task.html) that asynchronously returns a [SmartReplySuggestionResult](/docs/reference/android/com/google/firebase/ml/naturallanguage/smartreply/SmartReplySuggestionResult) which contains a list of [SmartReplySuggestion](/docs/reference/android/com/google/firebase/ml/naturallanguage/smartreply/SmartReplySuggestion)s. All the replies are sorted by an internal confidence value (highest to lowest)."]]