Skip to main content

ClientVersion

This file contains client data that needs to be sent to the Inworld server for analysis.

Client

Module: Inworld.AI. Namespace: Inworld.Entities.

Variables

VariablesDescription
idThe client ID to be sent to the Inworld server. In our SDK, this is Unity.
versionThe client version to be sent to the Inworld server.
descriptionThe detailed description to be sent to the Inworld server.

Properties

PropertiesDescription
ToPacketGenerates a ClientConfigPacket to send.

API

FunctionDescriptionParameters
ToStringGenerates the detail of the client config.

ReleaseData

Module: Inworld.AI. Namespace: Inworld.Entities.

VariablesDescription
packagesList of package data received from Inworld's GitHub page.

PackageData

Module: Inworld.AI. Namespace: Inworld.Entities.

VariablesDescription
published_atThe date and time this package was released.
tag_nameThe name of the package.

ClientConfigEvent

Module: Inworld.AI. Namespace: Inworld.Entities.

VariablesDescription
clientConfigurationThe Client data to send.

ClientConfigPacket

Module: Inworld.AI. Namespace: Inworld.Entities. Inherited from InworldPacket

VariablesDescription
sessionControlThe ClientConfigEvent to send.
ToJsonGenerates the json string to send.