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
public PromptBuilder EscalatedSilencePrompt { get; private set; }
public:
property PromptBuilder^ EscalatedSilencePrompt {
    PromptBuilder^ get ();
    void set (PromptBuilder^ value);
}
function get_escalatedSilencePrompt();
function set_escalatedSilencePrompt(value);

See Also

SpeechPrompts Class

Microsoft.Rtc.Workflow.Common Namespace