---
title: UIUserNotificationActionBehavior.textInput
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiusernotificationactionbehavior/textinput
---

# UIUserNotificationActionBehavior.textInput

The text input behavior.

## Declaration

```swift
case textInput
```

## Discussion

Discussion When specified, the system provides a way for the user to enter a text response to be included with the notification. The text response is assigned to the UIUserNotificationActionResponseTypedTextKey of the response information dictionary when the notification is delivered to your app.

## See Also

### Constants

- [UIUserNotificationActionBehavior.default](uikit/uiusernotificationactionbehavior/default.md)
