SpeechQuestionAnswerActivity.ExpectedSpeechInputs Property
An array of strings that are the expected speech inputs for this activity. A speech 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 ExpectedSpeechInputs As String()
Get
Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As String()
value = instance.ExpectedSpeechInputs
instance.ExpectedSpeechInputs = value
public string[] ExpectedSpeechInputs { get; set; }
Property Value
Type: []
See Also
Reference
SpeechQuestionAnswerActivity Class