ConversationEvents
Module: Inworld.AI. Namespace: Inworld.
This is the data structure for hosting the UnityEvents related by CharacterHandler.
Inspector Variables
Variable | Description |
---|---|
onCharacterSelectingModeUpdated | Triggered when the CharacterSelectingMethod is updated. |
onCharacterListJoined | Triggered when an InworldCharacter entered a group chat. |
onCharacterListLeft | Triggered when an InworldCharacter left a group chat. |
onConversationUpdated | Triggered when server sent the callback for CONVERSATION_UPDATE. |
API
Function | Description | Parameters |
---|---|---|
RemoveAllEvents | Remove all the registered events. |