RepeatPrompt Property

Gets the RepeatPrompt, which is played when a SpeechRepeatCommand is triggered during the execution of a SpeechQuestionAnswerActivity.

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

Syntax

'Declaration
Public Property RepeatPrompt As PromptBuilder
public PromptBuilder RepeatPrompt { get; private set; }
public:
property PromptBuilder^ RepeatPrompt {
    PromptBuilder^ get ();
    void set (PromptBuilder^ value);
}
function get_repeatPrompt();
function set_repeatPrompt(value);

See Also

SpeechPrompts Class

Microsoft.Rtc.Workflow.Common Namespace