Skip to content

utterance

function utterance(strings, ...refs): Utterance;

Defined in: core/src/nlp/utterance/utterance.instance.ts:48

Tagged template for declaring an utterance:

utterance`Turn on the ${room} light`
Parameter Type
strings TemplateStringsArray
refs SlotRef[]

Utterance