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
- prompt
Type: Microsoft.Speech.Synthesis.PromptBuilder
- promptType
Type: Microsoft.Rtc.Workflow.Activities.PromptType
See Also
Reference
SpeechTurnStartingEventArgs Class