---
title: IntentDefinitions.DefinitionCollection
framework: appintentstesting
role: symbol
role_heading: Structure
path: appintentstesting/intentdefinitions/definitioncollection
---

# IntentDefinitions.DefinitionCollection

A collection of a specific type of definition.

## Declaration

```swift
struct DefinitionCollection<Definition>
```

## Overview

Overview Retrieve individual definitions using their type identifier string as shown in the following example: let orderIntent = definitions.intents[     "OrderCoffeeIntent" ]

## Topics

### Subscripts

- [subscript(_:)](appintentstesting/intentdefinitions/definitioncollection/subscript(_:).md)

## Relationships

### Conforms To

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