---
title: NSTextSuggestionsDelegate.ItemResponse
framework: appkit
role: symbol
role_heading: Type Alias
path: appkit/nstextsuggestionsdelegate/itemresponse
---

# NSTextSuggestionsDelegate.ItemResponse

A suggestion item response with the same generic type as the delegate.

## Declaration

```swift
typealias ItemResponse = NSSuggestionItemResponse<Self.SuggestionItemType>
```
