SmartReplySuggestion

  • SmartReplySuggestion represents a suggested reply to a given text.

  • It includes a method to get the content of the suggested reply.

  • It also includes a method to get a textual description of the suggestion.

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.