SpeechRepeatCommandActivity Class

Activates the playing of the repeat prompt during the next turn.

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(SpeechRepeatCommandActivity), "Images.SpeechRepeatCommandActivity.bmp")> _
Public NotInheritable Class SpeechRepeatCommandActivity _
    Inherits SpeechCommandActivity
[ToolboxBitmapAttribute(typeof(SpeechRepeatCommandActivity), "Images.SpeechRepeatCommandActivity.bmp")]
public sealed class SpeechRepeatCommandActivity : SpeechCommandActivity
[ToolboxBitmapAttribute(typeof(SpeechRepeatCommandActivity), L"Images.SpeechRepeatCommandActivity.bmp")]
public ref class SpeechRepeatCommandActivity sealed : public SpeechCommandActivity
Microsoft.Rtc.Workflow.Activities.SpeechRepeatCommandActivity = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.SpeechRepeatCommandActivity',
    Microsoft.Rtc.Workflow.Activities.SpeechCommandActivity);

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.SpeechRepeatCommandActivity

See Also

SpeechRepeatCommandActivity Members

Microsoft.Rtc.Workflow.Activities Namespace