SpeechStatementActivity Constructor ()

Creates a new instance with the specified name.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public SpeechStatementActivity(
    string name
)
public:
SpeechStatementActivity(
    String^ name
)
Microsoft.Rtc.Workflow.Activities.SpeechStatementActivity = function(name);

Parameters

  • name
    Type: String
    The name of the activity.

See Also

SpeechStatementActivity Class

SpeechStatementActivity Overload

Microsoft.Rtc.Workflow.Activities Namespace