---
title: UISmartReplySuggestion
framework: uikit
role: symbol
role_heading: Class
path: uikit/uismartreplysuggestion
---

# UISmartReplySuggestion

A class you use to handle a Smart Reply suggestion.

## Declaration

```swift
class UISmartReplySuggestion
```

## Overview

Overview Use the smartReply string as a signal of the user’s intention when you generate long form text based on the option the user selected.

## Topics

### Getting the Smart Reply

- [smartReply](uikit/uismartreplysuggestion/smartreply.md)

## Relationships

### Inherits From

- [UIInputSuggestion](uikit/uiinputsuggestion.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Smart Reply for messaging

- [Adopting Smart Reply in your messaging or email app](uikit/adopting-smart-reply-in-your-messaging-or-email-app.md)
- [UIConversationContext](uikit/uiconversationcontext.md)
- [UIConversationContext.Entry](uikit/uiconversationcontext/entry.md)
- [UIMailConversationContext](uikit/uimailconversationcontext.md)
- [UIMailConversationContext.MailEntry](uikit/uimailconversationcontext/mailentry.md)
- [UIMessageConversationContext](uikit/uimessageconversationcontext.md)
- [UIMessageConversationContext.MessageEntry](uikit/uimessageconversationcontext/messageentry.md)
- [UIInputSuggestion](uikit/uiinputsuggestion.md)
