ExpectedDtmfInputs Property
An array of strings that are the expected DTMF inputs for this activity. A DTMF grammar object 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);