SmartReplySuggestion

  • SmartReplySuggestion provides suggested replies to text input.

  • It includes methods to retrieve the content of the suggestion (getText()).

  • It also provides a textual description of the suggestion using toString().

public class SmartReplySuggestion extends Object

A suggested reply to a given text.

Public Method Summary

String
getText()
Gets the content of the suggested reply.
String
toString()
A textual description of the suggestion, including the text.

Inherited Method Summary

Public Methods

public String getText ()

Gets the content of the suggested reply.

public String toString ()

A textual description of the suggestion, including the text.