Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopilotChecklistData

model interface for copilot checklist data

Hierarchy

  • CopilotChecklistData

Index

Properties

checklistId: string

Unique identifier for the checklist

contactId: string

The contact ID associated with this checklist

instructions: string

Instructions or description for the checklist

items: ChecklistItem[]

Array of checklist items

itemsCompleted: number

Number of completed items

sessionId: string

The session ID associated with this checklist

status?: string

Optional status of the checklist (e.g., 'active', 'completed', 'cancelled')

title: string

Title of the checklist

totalNoOfChecklistItems: number

Total number of checklist items

Generated using TypeDoc