SpeechTurnStartingEventArgs Class

Passed to the delegate subscribed to a speech activity's TurnStarting event.

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

Syntax

'Declaration
Public NotInheritable Class SpeechTurnStartingEventArgs _
    Inherits EventArgs
public sealed class SpeechTurnStartingEventArgs : EventArgs
public ref class SpeechTurnStartingEventArgs sealed : public EventArgs
Microsoft.Rtc.Workflow.Activities.SpeechTurnStartingEventArgs = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.SpeechTurnStartingEventArgs',
    EventArgs);

Inheritance Hierarchy

Object
  EventArgs
    Microsoft.Rtc.Workflow.Activities..::.SpeechTurnStartingEventArgs

See Also

SpeechTurnStartingEventArgs Members

Microsoft.Rtc.Workflow.Activities Namespace