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

See Also

SpeechPrompts Class

Microsoft.Rtc.Workflow.Common Namespace