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
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
Public Property Prompts As SpeechPrompts
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public SpeechPrompts Prompts { get; set; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Content)]
public:
property SpeechPrompts^ Prompts {
SpeechPrompts^ get ();
void set (SpeechPrompts^ value);
}
function get_prompts();
function set_prompts(value);
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if trying to replace the property at runtime. |