SmartReplySuggestion

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

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public String getText ()

Gets the content of the suggested reply.

public String toString ()

A textual description of the suggestion, including the text.