SpeechTurnStartingEventArgs.Prompt Property
Gets 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 Prompt As PromptBuilder
Get
'Usage
Dim instance As SpeechTurnStartingEventArgs
Dim value As PromptBuilder
value = instance.Prompt
public PromptBuilder Prompt { get; }
Property Value
Type: Microsoft.Speech.Synthesis.PromptBuilder
See Also
Reference
SpeechTurnStartingEventArgs Class