Partilhar via


SpeechTurnStartingEventArgs Constructor

Creates a new SpeechTurnStartingEventArgs instance.

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

Syntax

'Declaration
Public Sub New ( _
    prompt As PromptBuilder, _
    promptType As PromptType _
)
'Usage
Dim prompt As PromptBuilder
Dim promptType As PromptType

Dim instance As New SpeechTurnStartingEventArgs(prompt, _
    promptType)
public SpeechTurnStartingEventArgs(
    PromptBuilder prompt,
    PromptType promptType
)

Parameters

See Also

Reference

SpeechTurnStartingEventArgs Class

SpeechTurnStartingEventArgs Members

Microsoft.Rtc.Workflow.Activities Namespace