Hi Everyone,
I've a question about how to best donate less-than-relevant interactions.
For my app, there are a bunch of "counters" within "folders" like this:
Whenever the user increments a Counter, I donate an interaction of "Increment Counter". Whenever the user views a Folder, I donate an "Open Folder" interaction.
My question is: "Open Folder" is less relevant for users, but is performed much more frequently than "Increment Counter", and will have much more donations. How can I best donate the interactions to tell Siri that "Increment Counter" is more relevant, and that Siri should suggest this interaction more?
I'm now stuck with a lot of "Open Folder" suggestions from Siri, but I am not entirely willing to remove this interaction donation altogether.
Thanks.
I've a question about how to best donate less-than-relevant interactions.
For my app, there are a bunch of "counters" within "folders" like this:
Code Block text Folder A - Counter 1 - Counter 2 Folder B - Counter 3 - Counter 4 - Counter 5
Whenever the user increments a Counter, I donate an interaction of "Increment Counter". Whenever the user views a Folder, I donate an "Open Folder" interaction.
My question is: "Open Folder" is less relevant for users, but is performed much more frequently than "Increment Counter", and will have much more donations. How can I best donate the interactions to tell Siri that "Increment Counter" is more relevant, and that Siri should suggest this interaction more?
I'm now stuck with a lot of "Open Folder" suggestions from Siri, but I am not entirely willing to remove this interaction donation altogether.
Thanks.