---
title: cancel
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/intentchoiceoption/cancel
---

# cancel

A system-provided option that cancel the app intent.

## Declaration

```swift
static var cancel: IntentChoiceOption { get }
```

## Discussion

Discussion Selecting this option causes the requestChoice(between:dialog:) method to throw a cancellation error.
