Capabilities
Module: Inworld.AI. Namespace: Inworld.Entities.
This file contains the configuration settings for loading scenes and controlling various aspects of the interaction.
Properties
Variables | Description |
---|---|
audio | Enables the sending and receiving of AudioPackets during the session. |
emotions | Enables the sending and receiving of EmotionPackets during the session. |
interruptions | Allows the session to be interruptible, enabling the sending and receiving of MutationPackets for CANCEL_RESPONSE. |
narratedActions | Enables the sending and receiving of ActionPackets during the session. |
regenerateResponse | Enables the sending and receiving of MutationPackets for REGENERATE_RESPONSE. |
text | Allows sending and receiving of TextPackets during the session. |
triggers | Permits sending and receiving of CustomPackets (triggers) during the session. |
phonemeInfo | check if this session enables sending receiving PhonemeInfo in AudioPackets |
relations | Enables sending and receiving of RelationPackets during the session. |
debugInfo | Enables sending and receiving of Debugging triggers from server. |
multiAgent | Enable interaction between characters, group chat, or broadcasting. |
Functions
Functions | Description | Parameters |
---|---|---|
CopyFrom | Copy the data of capabilities from another one. | rhs: the Capabilities to copy. |
ToString | Display the details of the current capabilities. |