Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateNewSkillDetails

Properties that are required to create a Skill from scratch.

Properties

Optional category

category: undefined | string

The resource's category. This is used to group resource's together.

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A short description of the resource.

Optional dialogVersion

dialogVersion: undefined | string

The resource's dialog version.

displayName

displayName: string

The resource's display name.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type, or scope. Example: {@code {"bar-key": "value"}}

Const kind

kind: string = "NEW"

Optional multilingualMode

multilingualMode: model.BotMultilingualMode

The multilingual mode for the resource.

name

name: string

The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter.

Optional nativeLanguageTags

nativeLanguageTags: Array<string>

A list of native languages supported by this resource.

Optional platformVersion

platformVersion: undefined | string

The ODA Platform Version for this resource.

Optional primaryLanguageTag

primaryLanguageTag: undefined | string

The primary language for the resource.

version

version: string

The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number.

Methods

getDeserializedJsonObj

getJsonObj