SpeechCommandActivity.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
Public Property ExpectedDtmfInputs As String()
Get
Set
public string[] ExpectedDtmfInputs { get; set; }
public:
property array<String^>^ ExpectedDtmfInputs {
array<String^>^ get ();
void set (array<String^>^ value);
}
function set_expectedDtmfInputs(value);