interactionType constant
IRI for schema:interactionType [Expects: https://schema.org/Action]
The Action representing the type of interaction. For up votes, +1s, etc. use {LikeAction}. For down votes use {DislikeAction}. Otherwise, use the most specific Action.
Can be used on: https://schema.org/InteractionCounter
Implementation
static const interactionType = IriTerm.prevalidated(
'https://schema.org/interactionType',
);