has_valid_availability#

Interaction.has_valid_availability(domain: InteractionDomain) bool#

Check if this interaction has valid availability.

Parameters:
domainInteractionDomain

The interaction domain to check availability for.

Returns:
bool

True if the interaction has valid availability, False otherwise.

Raises:
ValueError

If the domain is not valid.