<!--
{
  "availability" : [
    "iOS: 9.0.0 - 10.0.0",
    "iPadOS: 9.0.0 - 10.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIUserNotificationTextInputActionButtonTitleKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIUserNotificationTextInputActionButtonTitleKey"
  },
  "title" : "UIUserNotificationTextInputActionButtonTitleKey"
}
-->

# UIUserNotificationTextInputActionButtonTitleKey

The key for specifying the title of the text input button.

```
let UIUserNotificationTextInputActionButtonTitleKey: String
```

## Description

The value of this key is an <doc://com.apple.documentation/documentation/Foundation/NSString> object. When the user chooses to provide a text response to a notification, UIKit displays an interface for entering that response. The value of this key is used on the button that the user taps to accept that text and attach it to the notification.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)