SpeechCommandActivity Class
Represents a digression in the dialog flow caused by a spoken request from the user.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity
Microsoft.Rtc.Workflow.Activities.CommandActivity
Microsoft.Rtc.Workflow.Activities.SpeechCommandActivity
Microsoft.Rtc.Workflow.Activities.SpeechHelpCommandActivity
Microsoft.Rtc.Workflow.Activities.SpeechRepeatCommandActivity
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Class SpeechCommandActivity _
Inherits CommandActivity _
Implements IInstanceDependencyContainer
'Usage
Dim instance As SpeechCommandActivity
public class SpeechCommandActivity : CommandActivity,
IInstanceDependencyContainer
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.