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