Partager via


SpeechQuestionAnswerActivity.Prompts Property

Gets a collection of all the prompts that can be played by the SpeechQuestionAnswerActivity.

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

Syntax

'Declaration
Public Property Prompts As SpeechPrompts
    Get
    Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As SpeechPrompts

value = instance.Prompts

instance.Prompts = value
public SpeechPrompts Prompts { get; set; }

Property Value

Type: Microsoft.Rtc.Workflow.Common.SpeechPrompts

Exceptions

Exception Condition
InvalidOperationException

Thrown if trying to replace the property at runtime.

See Also

Reference

SpeechQuestionAnswerActivity Class

SpeechQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace