---
title: ShowsSnippetView
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/showssnippetview
---

# ShowsSnippetView

The result of performing an action that delivers a view back to the initiator of the action.

## Declaration

```swift
protocol ShowsSnippetView : IntentResult where Self.Snippet == _SnippetViewContainer
```

## Mentioned in

Creating your first app intent 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

### Results

- [IntentResult](appintents/intentresult.md)
- [IntentDialog](appintents/intentdialog.md)
- [IntentResultContainer](appintents/intentresultcontainer.md)
- [ProvidesDialog](appintents/providesdialog.md)
- [ReturnsValue](appintents/returnsvalue.md)
- [ResultsCollection](appintents/resultscollection.md)
- [OpensIntent](appintents/opensintent.md)
