<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/PermissionResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PermissionKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit0A8ResponseV"
  },
  "title" : "PermissionResponse"
}
-->

# PermissionResponse

A full permission response that includes the original question and chosen answer.

```
struct PermissionResponse<Topic> where Topic : QuestionTopic
```

## Topics

### Getting response information

[`let choice: PermissionChoice`](/documentation/PermissionKit/PermissionResponse/choice)

The choice made by the person initiating this response.

[`let question: PermissionQuestion<Topic>`](/documentation/PermissionKit/PermissionResponse/question)

The original question that this response answers.



---

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)