PreviousDialog
This file contains the data used to load the previous dialog.
Classes
ContinuationInfo
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
passedTime | The time that has passed for the continuation info. |
HistoryItem
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
actor | The InworldCharacter who stated the text found in the text field. |
text | The text that was stated by the InworldCharacter in the actor field at this point in the conversation history. |
DialogHistory
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
history | The list of the HistoryItem. |
Continuation
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
continuationInfo | The ContinuationInfo that send to server. |
continuationType | The type of the continnuation. |
dialogHistory | The DialogHistory that was before starting with existing conversation. |
externallySavedState | State received from server to use later for session continuation. The state sent in compressed and encrypted format. Client receives it in bytearray format that's why it is not strongly typed. But it is strongly typed on server side and can be deserialized to ExternallySavedState. Client should not modify this state. |
Properties | Description |
---|---|
IsValid | Check if the current Continuation is ready to send to server. |
ToPacket | Generates the ContinuationPacket to send to the Inworld server. |
ContinuationEvent
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
continuation | The Continuation to send to server. |
ContinuationPacket
Module: Inworld.AI. Namespace: Inworld.Entities. Inherited from InworldPacket
Variables | Description |
---|---|
sessionControl | The ContinuationEvent to send to server. |
Properties | Description |
---|---|
ToJson | Generates the string of json to send to the Inworld server. |