Skip to main content

Interactions

This folder contains all the character interaction scripts. In Inworld, interactions are the scripts used to render character dialogs received from the Inworld server.

It has the following files:

  • IndexQueue: This data class provides an implementation of a Queue while also supporting subscript access with [].
  • Interaction: This class provides an implementation of the data structure Interaction.
  • InworldAudioInteraction: The audio-supportable version of Inworldaction.
  • InworldInteraction: This is the general interaction class within the InworldCharacter component.
  • LifeInfo: This file contains several data structure class that are used in the runtime in the live session.
  • Utterance: This class provides an implementation of the data structure Utterance.