Is there a way to build a "Get Details" intent?

There is a common pattern used by Apple applications to get the properties of a custom type. "Get Details of Calendar Events" or "Get Details of Contacts" are examples of what I'm talking about.

It seems like these actions return different response types depending on the property that gets selected as the "detail" to get. I can't figure out how to do this in the Intent definition in Xcode.

Is this is a limitation of the current Intent definition file or is there some trick to implementing this pattern?