SystemCommands

data class SystemCommands(wait: Boolean, doLexicalize: Boolean, contextCondition: List<String>, name: String, parameters: JsonObject)

Properties

contextCondition
Link copied to clipboard
val contextCondition: List<String>
doLexicalize
Link copied to clipboard
val doLexicalize: Boolean = false
name
Link copied to clipboard
val name: String
parameters
Link copied to clipboard
val parameters: JsonObject
wait
Link copied to clipboard
val wait: Boolean = false