Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecisionTreeElement

Represents the root element of a decision tree definition returned from the API.

This is the top-level payload containing metadata about the decision tree (such as its name, type, and status) along with its full configuration.

Hierarchy

  • DecisionTreeElement

Index

Properties

description: string
division: number
name: string
notes: string
status: string
type: string

Generated using TypeDoc