Controls when intent attributes are used.
Intent attributes (ex: [
MatchIntent('change-color')] void ChangeColor(string color) are useful for quickly addressing voice commands in code, but they come at the cost of reflection. If you don't need these or don't want to pay the reflection cost it is recommended you turn these off. These include conduit as the resolution path of these intents.