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

NusaCommand Interface

Declares a Nuance SpeechKit command.

#Declaration

TypeScript
export interface NusaCommand

#Remarks

A Nuance SpeechKit command is a spoken phrase that initiates an action in an application.

See Also

#Properties

#commandId Property

Specifies the unique identifier of the command.

#Declaration

TypeScript
commandId: NusaCommandId

#Property Value

Type Description
NusaCommandId

The command identifier.

#Remarks

A command identifier must not contain spaces or start with a number.

#description Property

Specifies command description.

#Declaration

TypeScript
description: string

#Property Value

Type Description
string

The description text.

#phrase Property

Specifies a phrase that a user should say to initiate the command.

#Declaration

TypeScript
phrase: string

#Property Value

Type Description
string

The phrase.

#Remarks

The phrase should be specified in lowercase, without punctuation marks or symbols. Digits should be specified as text. For acronyms, use capital letters separated by spaces; for instance, M V C.

#title Property

Specifies the command title.

#Declaration

TypeScript
title: string | null

#Property Value

Type Description
string

The title. null if the command has no title.