CommandLogEntry
Defined in: CommandHistory.ts:4
Represents a single entry in the command log.
Properties
commandName
commandName: string;
Defined in: CommandHistory.ts:8
The name of the matched command
confidence?
optional confidence: number;
Defined in: CommandHistory.ts:12
The confidence level of its match with said word
matchType?
optional matchType: string;
Defined in: CommandHistory.ts:14
If it was an exact match or not
status
status: "success" | "failed";
Defined in: CommandHistory.ts:10
Whether the callback executed successfully
timestamp
timestamp: Date;
Defined in: CommandHistory.ts:6
When the command was matched