tasks property

List<TaskType>? tasks
getter/setter pair

Atomic task items or "To-Dos" extracted from the conversation flow.

Implementation

List<TaskType>? tasks;