---
title: userText
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/untextinputnotificationresponse/usertext
---

# userText

The text response provided by the user.

## Declaration

```swift
var userText: String { get }
```

## Discussion

Discussion If the user does not specify any text, this property contains an empty string.
