Share via


SpeechQuestionAnswerActivity.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
Public Property ExpectedDtmfInputs As String()
    Get
    Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As String()

value = instance.ExpectedDtmfInputs

instance.ExpectedDtmfInputs = value
public string[] ExpectedDtmfInputs { get; set; }

Property Value

Type: []

See Also

Reference

SpeechQuestionAnswerActivity Class

SpeechQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace