SpeechPrompts.SilencePrompt Property
Gets the SilencePrompt, which asks the user to provide an answer following the first occurrence of a silence.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property SilencePrompt As PromptBuilder
Get
Private Set
'Usage
Dim instance As SpeechPrompts
Dim value As PromptBuilder
value = instance.SilencePrompt
public PromptBuilder SilencePrompt { get; private set; }
Property Value
Type: Microsoft.Speech.Synthesis.PromptBuilder