Can I steer how Siri thinks of an @AppEntity(schema:X)?

I conform to @AppEntity(schema: .photos.album). I'm curious if I can steer how Siri thinks of these entities when the user speaks about them.

While my app contains groups of images, they are not presented to the user as "albums". In fact "albums" from PhotoKit are used when creating these galleries. This distinction is important.

The user is most likely to say "I want to open a gallery in <APPNAME>" rather than "I want to open an album in <APPNAME>"

Is it possible to steer Siri into thinking of these AppEntities as galleries rather than albums?

Similar to how IndexedEntity contains a CSSearchableItemAttributeSet ?

Can I steer how Siri thinks of an &#64;AppEntity(schema:X)?
 
 
Q