ActionPacket
Module: Inworld.AI. Namespace: Inworld.Packet. Inherited from InworldPacket
This packet is designed for handling narrative actions.
Variables
Variables | Description |
---|---|
action | The ActionEvent contained within this packet. |
Related Classes
NarrativeAction
Module: Inworld.AI. Namespace: Inworld.Packet.
Variables | Description |
---|---|
content | The content of the NarrativeAction |
ActionEvent
Module: Inworld.AI. Namespace: Inworld.Packet.
Variables | Description |
---|---|
narratedAction | The NarrativeAction associated with this event. |
playback | Determines the method for presenting this narrative action. In the Unity SDK, this value is always set to Utterance . |