get_instance#
- Interaction.get_instance(domain: InteractionDomain) InteractionInstance#
Get the instance at the specified index for this interaction.
- Parameters:
- domain
InteractionDomain The interaction domain specifying the instance to retrieve. Must be fully defined
- domain
- Returns:
InteractionInstanceThe instance data for the specified domain.
- Raises:
RuntimeErrororValueErrorIf the interaction is not longer valid (domain invalid or results are incomplete).