SpeechCommandActivity.ExpectedSpeechInputs Property
Gets or sets an array of strings that this activity expects. A speech 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 ExpectedSpeechInputs As String()
Get
Set
'Usage
Dim instance As SpeechCommandActivity
Dim value As String()
value = instance.ExpectedSpeechInputs
instance.ExpectedSpeechInputs = value
public string[] ExpectedSpeechInputs { get; set; }
Property Value
Type: []