Compartir a través de


SpeechPrompts.MainPrompt Property

Gets the MainPrompt, the default prompt for the current activity.

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

Syntax

'Declaration
Public Property MainPrompt As PromptBuilder
    Get
    Private Set
'Usage
Dim instance As SpeechPrompts
Dim value As PromptBuilder

value = instance.MainPrompt
public PromptBuilder MainPrompt { get; private set; }

Property Value

Type: Microsoft.Speech.Synthesis.PromptBuilder

See Also

Reference

SpeechPrompts Class

SpeechPrompts Members

Microsoft.Rtc.Workflow.Common Namespace