Classes
The following classes are available globally.
-
A Firebase service that supports natural language APIs.
Declaration
Objective-C
@interface FIRNaturalLanguage : NSObject
-
An object that suggests smart replies for given input text.
Declaration
Objective-C
@interface FIRSmartReply : NSObject
-
A suggested reply for the given input text.
Declaration
Objective-C
@interface FIRSmartReplySuggestion : NSObject
-
An object that contains the smart reply suggestion results.
Declaration
Objective-C
@interface FIRSmartReplySuggestionResult : NSObject
-
A single chat message, to be used as an array element for input to Smart Reply.
Declaration
Objective-C
@interface FIRTextMessage : NSObject