ExpectedDtmfInputs Property

Gets or sets an array of strings that this activity expects. A DTMF grammar is automatically created using these strings.

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

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property ExpectedDtmfInputs As String()
[DefaultValueAttribute(null)]
public string[] ExpectedDtmfInputs { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property array<String^>^ ExpectedDtmfInputs {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
function get_expectedDtmfInputs();
function set_expectedDtmfInputs(value);

See Also

SpeechCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace