SpeechQuestionAnswerActivity Class
Defines an activity that plays a single spoken prompt and performs a recognition on the response.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.Rtc.Workflow.Activities.SpeechQuestionAnswerActivity
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(SpeechQuestionAnswerActivity), "Images.SpeechQuestionAnswerActivity.bmp")> _
Public NotInheritable Class SpeechQuestionAnswerActivity _
Inherits Activity _
Implements IInstanceDependencyContainer, IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As SpeechQuestionAnswerActivity
[ToolboxBitmapAttribute(typeof(SpeechQuestionAnswerActivity), "Images.SpeechQuestionAnswerActivity.bmp")]
public sealed class SpeechQuestionAnswerActivity : Activity,
IInstanceDependencyContainer, IActivityEventListener<QueueEventArgs>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.