Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Workspace

Workspace.

Hierarchy

  • Workspace

Index

Properties

Optional counterexamples

counterexamples: Counterexample[]

An array of objects defining input examples that have been marked as irrelevant input.

Optional created

created: string

The timestamp for creation of the object.

Optional description

description: string

The description of the workspace. This string cannot contain carriage return, newline, or tab characters.

Optional dialog_nodes

dialog_nodes: DialogNode[]

An array of objects describing the dialog nodes in the workspace.

Optional entities

entities: Entity[]

An array of objects describing the entities for the workspace.

Optional intents

intents: Intent[]

An array of intents.

language

language: string

The language of the workspace.

learning_opt_out

learning_opt_out: boolean

Whether training data from the workspace (including artifacts such as intents and entities) can be used by IBM for general service improvements. true indicates that workspace training data is not to be used.

Optional metadata

metadata: JsonObject

Any metadata related to the workspace.

name

name: string

The name of the workspace. This string cannot contain carriage return, newline, or tab characters.

Optional status

status: string

The current status of the workspace.

Optional system_settings

system_settings: WorkspaceSystemSettings

Global settings for the workspace.

Optional updated

updated: string

The timestamp for the most recent update to the object.

Optional webhooks

webhooks: Webhook[]

workspace_id

workspace_id: string

The workspace ID of the workspace.

Generated using TypeDoc