---
title: intentResponse
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ininteraction/intentresponse
---

# intentResponse

The response object that your app created in response to the request.

## Declaration

```swift
@NSCopying var intentResponse: INIntentResponse? { get }
```

## Discussion

Discussion This property is set at initialization time and cannot be changed later. Use this property to retrieve your app’s response to the specified intent object.

## See Also

### Getting the Intent and Response

- [intent](intents/ininteraction/intent.md)
