---
title: CSUserQuery.Suggestions
framework: corespotlight
role: symbol
role_heading: Structure
path: corespotlight/csuserquery/suggestions-swift.struct
---

# CSUserQuery.Suggestions

An asynchronous sequence that contains the suggested completions for a search string.

## Declaration

```swift
struct Suggestions
```

## Topics

### Structures

- [CSUserQuery.Suggestions.Iterator](corespotlight/csuserquery/suggestions-swift.struct/iterator.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Executing the query automatically

- [responses](corespotlight/csuserquery/responses-swift.property.md)
- [suggestions](corespotlight/csuserquery/suggestions-swift.property.md)
- [CSUserQuery.Responses](corespotlight/csuserquery/responses-swift.struct.md)
- [CSUserQuery.Item](corespotlight/csuserquery/item.md)
- [CSUserQuery.Suggestion](corespotlight/csuserquery/suggestion.md)
