Figured it out. To get rid of the Show When Run toggle, you have to do two things:
1) Have a blank success response template.
2) In the handle method of the intent, add the object you want to return in the response object as follows:
let response = GetMacroIntentResponse(code: .success, userActivity: nil)
response.macro = macroDetails
return completion(response)
Topic:
App & System Services
SubTopic:
General
Tags: