Share via


SpeechCommandActivity.DtmfGrammar Property

Gets or sets the DTMF grammar used to recognize the command.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property DtmfGrammar As Grammar
    Get
    Set
public Grammar DtmfGrammar { get; set; }
public:
property Grammar^ DtmfGrammar {
    Grammar^ get ();
    void set (Grammar^ value);
}
function set_dtmfGrammar(value);

Field Value

The grammar used to recognize the Command.

See Also

SpeechCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace