SpeechCommandActivity Class
Represents a digression in the dialog flow caused by a spoken request from the user.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Class SpeechCommandActivity _
Inherits CommandActivity _
Implements IInstanceDependencyContainer
public class SpeechCommandActivity : CommandActivity,
IInstanceDependencyContainer
public ref class SpeechCommandActivity : public CommandActivity,
IInstanceDependencyContainer
Microsoft.Rtc.Workflow.Activities.SpeechCommandActivity = function();
Type.createClass(
'Microsoft.Rtc.Workflow.Activities.SpeechCommandActivity',
Microsoft.Rtc.Workflow.Activities.CommandActivity,
Microsoft.Rtc.Workflow.Activities.IInstanceDependencyContainer);
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