---
title: "init(intent:isVisible:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/siritipview/init(intent:isvisible:)"
---

# init(intent:isVisible:)

Creates a SiriTipView for the associated action that displays when the binding to a Boolean value is true .

## Declaration

```swift
nonisolated init<Intent>(intent: Intent, isVisible: Binding<Bool>? = nil) where Intent : AppIntent
```
