Skip to main content

InworldWorkspaceData

This file stores the data in the workspace.

Classes

InworldWorkspaceData

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

VariablesDescription
nameThe unique full name of the workspace.
displayNameThe display name of the workspace.
scenesThe list of the InworldSceneData within this workspace.
keySecretsThe list of InworldKeySecret that belongs to the workspace.
PropertiesDescription
DefaultKeyThe default InworldKeySecret for this workspace.
FunctionDescriptionParameters
GetSceneNameByCharactersGet the first scene in the scene list in which all the given characters are present.
Returns the scenes full name if exists, or the first character name.
characters: the brain names of these characters.

ListWorkspaceResponse

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

VariablesDescription
workspacesThe list of the InworldWorkspaceData.
nextPageTokenIf there are too many InworldWorkspaceData, this token is used for generating the next page of ListWorkspaceResponse.