Options
All
  • Public
  • Public/Protected
  • All
Menu

model interface for Decision Tree data

Hierarchy

  • DecisionTreeData

Index

Properties

answeredQuestions: number

The number of questions answered so far.

capturedResponses: CapturedSection[]

The list of captured responses for the decision tree.

completeBtnTitle: string
contactId: string

The unique identifier for the contact associated with this decision tree.

currentSectionId: string

The Current section ID being interacted with in the decision tree.

decisionTreeId: string

The unique identifier for the decision tree.

error: string
icon: string

The icon representing the decision tree.

interviewTreeNavigationStrategy?: string
mode?: string
previousSection?: string

Indicates the ID of the previous section for navigation purposes.

showSubmit: boolean

Indicates whether the submit button should be shown.

suggestedQuestions: SuggestedQuestionSection[]

The list of suggested questions for the decision tree.

taskSessionUid: string

The unique identifier for the task session associated with this decision tree.

title: string

The title of the decision tree.

totalNoOfQuestions: number

The total number of questions in the decision tree.

visitedSections: BaseSection[]

Generated using TypeDoc