Token
This file contains the data format of the token used to load the Inworld scene.
Classes
Token
Module: Inworld.AI.
Namespace: Inworld.Entities.
Variables | Description |
---|
token | The actual token. |
type | The type of the token. |
expirationTime | The expiration time of the token. |
sessionId | The session ID used to start the session. |
Properties | Description |
---|
IsValid | Indicates whether the token has expired. |
ToPacket | Generate the SessionControlPacket to send to the Inworld server. |
AccessTokenRequest
Module: Inworld.AI.
Namespace: Inworld.Entities.
Variables | Description |
---|
api_key | The API key used to obtain the token. |
resource_id | The full name of the workspace. |
SessionConfiguration
Module: Inworld.AI.
Namespace: Inworld.Entities.
SessionControlEvent
Module: Inworld.AI.
Namespace: Inworld.Entities.
SessionControlPacket
Module: Inworld.AI.
Namespace: Inworld.Entities.
Inherited from InworldPacket
Properties | Description |
---|
ToJson | Generates the string of json to send to the Inworld server. |