FIRSmartReplySuggestionResult
@interface FIRSmartReplySuggestionResult : NSObject
An object that contains the smart reply suggestion results.
-
A list of the suggestions.
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSArray<FIRSmartReplySuggestion *> *_Nonnull suggestions;
-
Status of the smart reply suggestions result.
Declaration
Objective-C
@property (readonly, nonatomic) FIRSmartReplyResultStatus status;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;