I am new to using Siri Shortcuts. I can't figure out what I'm doing wrong.
I have a custom intent in aSiriKit Intents Definition File.
The intent has one parameter.
The parameter type is a custom type
The custom type has only an identifier and display string.
I am trying to set Shortcut Suggestions using my custom intent. I first create the shortcut with the intent.
Then suggest it.
This is the feedback in the output window.
The only place where "combinations" are mentioned is under the "Shortcuts app" and "Suggestions" section in the definitions file. I on'y have one supported combination, which is the vehicleParameter.
I would appreciate some guidance on what I'm doing wrong. Thanks
I figured it out.
I didn't have this item checked:
Obivously.... if I'm going to use ".setShortcutSuggestions" the definition should be eligible for it! (Sigh...Common sense failure on my part.)
Leaving this post on here in case someone else has the same issue. The error message was a little confusing.