SpeechTurnStartingEventArgs.PromptType Property
Gets the type of the prompt that will be played.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property PromptType As PromptType
Get
'Usage
Dim instance As SpeechTurnStartingEventArgs
Dim value As PromptType
value = instance.PromptType
public PromptType PromptType { get; }
Property Value
Type: Microsoft.Rtc.Workflow.Activities.PromptType
See Also
Reference
SpeechTurnStartingEventArgs Class