SpeechHelpCommandActivity Class

Defines a specialized type of SpeechCommandActivity that is used to initiate a more explanatory form of the prompt for the next turn.

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

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(SpeechHelpCommandActivity), "Images.SpeechHelpCommandActivity.bmp")> _
Public NotInheritable Class SpeechHelpCommandActivity _
    Inherits SpeechCommandActivity
'Usage
Dim instance As SpeechHelpCommandActivity
[ToolboxBitmapAttribute(typeof(SpeechHelpCommandActivity), "Images.SpeechHelpCommandActivity.bmp")]
public sealed class SpeechHelpCommandActivity : SpeechCommandActivity

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.

See Also

Reference

SpeechHelpCommandActivity Members

Microsoft.Rtc.Workflow.Activities Namespace