Will check the link you provided, but to provide a little more info
This is the code
struct LogTransactionIntent: AppIntent {
static var title: LocalizedStringResource = "Log Transaction"
@Parameter(title: "Merchant")
var merchant: String
@Parameter(title: "Amount")
var amount: Double
And in the picture is how I pass the values
Topic:
App & System Services
SubTopic:
Automation & Scripting
Tags: