---
title: reload()
framework: appintents
role: symbol
role_heading: Type Method
path: appintents/snippetintent/reload()
---

# reload()

Refreshes the intent’s snippet presentation.

## Declaration

```swift
static func reload()
```

## Mentioned in

Displaying static and interactive snippets

## Discussion

Discussion Call this function when information that appears in the snippet has changed and you need to update its representation.
