SpeechPrompts.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
Get
Private Set
'Usage
Dim instance As SpeechPrompts
Dim value As PromptBuilder
value = instance.RepeatPrompt
public PromptBuilder RepeatPrompt { get; private set; }
Property Value
Type: Microsoft.Speech.Synthesis.PromptBuilder