NusaCommandSet Interface
Declares settings of a command set for the Nuance SpeechKit.
Declaration
export interface NusaCommandSet
Properties
commands Property
Lists commands that are contained in the current set.
Declaration
commands: NusaCommand[]
Property Value
Type | Description |
---|---|
NusaCommand[] | An array of commands. |
description Property
Specifies the command set description.
Declaration
description: string
Property Value
Type | Description |
---|---|
string | The description text. |
title Property
Specifies the command set title.
Declaration
title: string
Property Value
Type | Description |
---|---|
string | The title. |