SpeechPrompts.HelpPrompt Property
Gets the HelpPrompt, which is played when a SpeechHelpCommand is triggered while the SpeechQuestionAnswerActivity is executing.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property HelpPrompt As PromptBuilder
Get
Private Set
'Usage
Dim instance As SpeechPrompts
Dim value As PromptBuilder
value = instance.HelpPrompt
public PromptBuilder HelpPrompt { get; private set; }
Property Value
Type: Microsoft.Speech.Synthesis.PromptBuilder