SetValueIntent
An intent that contains a value which can be set.
Declaration
protocol SetValueIntent<ValueType> : AppIntentOverview
struct ToggleSilentMode: SetValueIntent {
static var title = LocalizedStringResource("Silent Mode")
@Parameter(title: "Silent")
var value: Bool
}