Partilhar via


SpeechPrompts.EscalatedSilencePrompt Property

Gets the EscalatedSilencePrompt, which asks the user to provide an answer following a repeated occurrence of a silence.

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

Syntax

'Declaration
Public Property EscalatedSilencePrompt As PromptBuilder
    Get
    Private Set
'Usage
Dim instance As SpeechPrompts
Dim value As PromptBuilder

value = instance.EscalatedSilencePrompt
public PromptBuilder EscalatedSilencePrompt { get; private set; }

Property Value

Type: Microsoft.Speech.Synthesis.PromptBuilder

See Also

Reference

SpeechPrompts Class

SpeechPrompts Members

Microsoft.Rtc.Workflow.Common Namespace