<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/RangeCheckingResolver",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents21RangeCheckingResolverP"
  },
  "title" : "RangeCheckingResolver"
}
-->

# RangeCheckingResolver

An interface for validating that a value is within a parameter’s defined inclusive range.

```
protocol RangeCheckingResolver : Resolver
```

## Topics

### Checking the range of a parameter

[`func checkParameterRangeContains<Value>(value: Value, context: IntentParameterContext<Self.Output>) throws`](/documentation/AppIntents/RangeCheckingResolver/checkParameterRangeContains(value:context:))

## Relationships

### Inherits From

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Resolver`](/documentation/AppIntents/Resolver)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

### Conforming Types

[`DoubleFromStringResolver`](/documentation/AppIntents/DoubleFromStringResolver)

[`DoubleFromIntResolver`](/documentation/AppIntents/DoubleFromIntResolver)

[`DoubleResolver`](/documentation/AppIntents/DoubleResolver)

[`IntFromDoubleResolver`](/documentation/AppIntents/IntFromDoubleResolver)

[`IntFromStringResolver`](/documentation/AppIntents/IntFromStringResolver)

[`IntResolver`](/documentation/AppIntents/IntResolver)

---

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)