---
title: EmptyResolverSpecification
framework: appintents
role: symbol
role_heading: Structure
path: appintents/emptyresolverspecification
---

# EmptyResolverSpecification

## Declaration

```swift
struct EmptyResolverSpecification<Value> where Value : _IntentValue
```

## Topics

### Creating the specification type

- [init()](appintents/emptyresolverspecification/init().md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [ResolverSpecification](appintents/resolverspecification.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)

## See Also

### Managing the resolution process

- [ResolverSpecification](appintents/resolverspecification.md)
- [StringSearchCriteriaFromStringResolverSpecificification](appintents/stringsearchcriteriafromstringresolverspecificification.md)
- [ResolverSpecificationBuilder](appintents/resolverspecificationbuilder.md)
