aspnetcore-js-devexpress-dot-richedit-e2cb1ac8.md
Declares a Nuance SpeechKit command.
export interface NusaCommand
A Nuance SpeechKit command is a spoken phrase that initiates an action in an application.
See Also
Speech Recognition and Virtual Assistant (Nuance)
Specifies the unique identifier of the command.
commandId: NusaCommandId
| Type | Description |
|---|---|
| NusaCommandId |
The command identifier.
|
A command identifier must not contain spaces or start with a number.
Specifies command description.
description: string
| Type | Description |
|---|---|
| string |
The description text.
|
Specifies a phrase that a user should say to initiate the command.
phrase: string
| Type | Description |
|---|---|
| string |
The phrase.
|
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.
Specifies the command title.
title: string | null
| Type | Description |
|---|---|
| string |
The title. null if the command has no title.
|