Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Bot

Metadata for a Bot resource.

Properties

Optional baseId

baseId: undefined | string

The unique identifier for the base reource (when this resource extends another).

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"}}

id

id: string

Unique immutable identifier that was assigned when the resource was created.

lifecycleDetails

lifecycleDetails: BotPublishState

The resource's publish state.

lifecycleState

lifecycleState: LifecycleState

The resource's current state.

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 namespace

namespace: undefined | string

The resource's namespace.

Optional nativeLanguageTags

nativeLanguageTags: Array<string>

A list of native languages supported by this resource.

platformVersion

platformVersion: string

The ODA Platform Version for this resource.

Optional primaryLanguageTag

primaryLanguageTag: undefined | string

The primary language for the resource.

timeCreated

timeCreated: Date

When the resource was created. A date-time string as described in RFC 3339, section 14.29.

timeUpdated

timeUpdated: Date

When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.

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.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Bot): object

getJsonObj

  • getJsonObj(obj: Bot): object