Tokens

data class Tokens(val label: String, val args: List<String>) : CommandRoutingHypothesis

Host provides a pre-tokenized representation.

Constructors

Link copied to clipboard
constructor(label: String, args: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard