public class FirebaseSmartReply extends Object
Entry class for Firebase Smart Reply.
Public Method Summary
| static FirebaseSmartReply |
getInstance()
Gets an instance of
FirebaseSmartReply
associated with the default FirebaseApp.
|
| static FirebaseSmartReply |
getInstance(FirebaseApp
app)
Gets an instance of
FirebaseSmartReply
associated with the supplied FirebaseApp.
|
Inherited Method Summary
Public Methods
public static FirebaseSmartReply getInstance ()
Gets an instance of FirebaseSmartReply
associated with the default FirebaseApp.
public static FirebaseSmartReply getInstance (FirebaseApp app)
Gets an instance of FirebaseSmartReply
associated with the supplied FirebaseApp.
Parameters
| app | the FirebaseApp
to associate this FirebaseSmartReply
with. |
|---|