Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Scene

Hierarchy

  • Scene

Properties

name

name: string

Optional. Name of the current scene.

next

next: NextScene

Optional. Represents the scene to be run next. Can be changed or added to immediately transition to the scene specified in this field.

slotFillingStatus

slotFillingStatus: SlotFillingStatus

Required. The current status of slot filling. This field is read-only.

slots

slots: Record<string, Slot>

Optional. Represents the slot filling on the current scene. Slots can be changed to alter slot filling behavior and slot values can be validated and/or altered.

Generated using TypeDoc