Share via


Default Commands for Activities for Spanish (United States)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The following workflow activities provided by Speech Server recognize a limited set of predefined commands:

The grammars that define these commands are built in to the activities. These grammars are provided for the purpose of debugging and are not recommended for use in deployed applications. Before deploying an application, develop grammars that are appropriate for your application and set the Grammars property of the activities to the location of the replacement grammars. Any grammars specified in the Grammars property are used and the default grammars are used if the UseDefaultGrammars property is true. If the Grammars property is empty when the UseDefaultGrammars property is false, a run-time exception is raised.

The following tables list the default commands for each of the activities previously listed.

GetAndConfirmActivity

Following are the default Spanish (United States) commands recognized by the GetAndConfirmActivity.

Command Effect

si

Signals an affirmative response.

no

Signals denial.

no <phrase>

Signals denial and correction, when <phrase> is contained in a grammar in the activity's Grammars property. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

Following are the default Spanish (United States) commands recognized by the MenuActivity.

Command Effect

<choice>

Selects <choice>, when <choice> is an item in the menu.

ese

esa

Interrupts the prompt and picks an item out of a list.

no <choice>

Signals denial and correction, when <choice> is an item in the menu. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

Following are the default Spanish (United States) commands recognized by the NavigableListActivity.

Command Effect

<choice>

Jumps to item <choice>, when <choice> is an item in the list.

cancelar

Leaves the list without choosing an item.

(el) primero

(la) primera

Jumps to the beginning of the list.

(el) ultimo

(la) ultima

Jumps to the end of the list.

(el, la) siguiente

Goes to the next item.

(el, la) anterior

Goes to the previous item.

seleccionar

Selects the current item and exits the list. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

no <choice>

Signals denial and correction, when <choice> is an item in the list. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

RecordMessageActivity

Following are the default Spanish (United States) commands recognized by the RecordMessageActivity.

Command Effect

abandonar

Abandons the recorded message and leaves the control.

aceptar

Saves the recorded message and leaves the control.

continuar

Continues the recorded message by appending to it.

oir de nuevo

Plays back the message.

grabar de nuevo

Erases the recorded message and begins again.