Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NusaCommandSet Interface

Declares settings of a command set for the Nuance SpeechKit.

#Declaration

TypeScript
export interface NusaCommandSet

#Properties

#commands Property

Lists commands that are contained in the current set.

#Declaration

TypeScript
commands: NusaCommand[]

#Property Value

Type Description
NusaCommand[]

An array of commands.

#description Property

Specifies the command set description.

#Declaration

TypeScript
description: string

#Property Value

Type Description
string

The description text.

#title Property

Specifies the command set title.

#Declaration

TypeScript
title: string

#Property Value

Type Description
string

The title.