---
title: ShowsSnippetIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/showssnippetintent
---

# ShowsSnippetIntent

The result of performing an action that present a snippet generated by a SnippetIntent-conforming type.

## Declaration

```swift
protocol ShowsSnippetIntent : IntentResult where Self.Snippet == _SnippetIntentContainer
```

## Mentioned in

Displaying static and interactive snippets

## Relationships

### Inherits From

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

### Conforming Types

- [IntentResultContainer](appintents/intentresultcontainer.md)

## See Also

### Result and confirmation snippets

- [Displaying static and interactive snippets](appintents/displaying-static-and-interactive-snippets.md)
- [SnippetIntent](appintents/snippetintent.md)
- [ShowsSnippetView](appintents/showssnippetview.md)
