Interface: Goal
Represents a goal, which is a higher-level aim composed of one or more objectives. Goals are tracked to measure progress or achievements within the conversation or system.
Properties
id?
optional
id: `${string}-${string}-${string}-${string}-${string}`
Defined in
name
name:
string
Defined in
objectives
objectives:
Objective
[]
Defined in
roomId
roomId: `${string}-${string}-${string}-${string}-${string}`
Defined in
status
status:
GoalStatus
Defined in
userId
userId: `${string}-${string}-${string}-${string}-${string}`