Skip to main content

CommandLogEntry

aac-voice-api


Interface: 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


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