SpeechCommandActivity Properties

Include Protected Members
Include Inherited Members

The SpeechCommandActivity type exposes the following members.

Properties

  Name Description
Public property Activities (inherited from CompositeActivity)
Public property CallProvider Gets or sets a CallProvider object that exposes different objects like the Call object, SpeechSynthesizer object, and the recognizers used in instant message or speech dialogs. (inherited from CommunicationsSequenceActivity)
Protected property CanModifyActivities (inherited from CompositeActivity)
Public property Description (inherited from Activity)
Protected property DesignMode (inherited from DependencyObject)
Public property DtmfGrammar Gets or sets the DTMF grammar used to recognize the command.
Public property Enabled (inherited from Activity)
Public property EnabledActivities (inherited from CompositeActivity)
Public property ExecutionResult (inherited from Activity)
Public property ExecutionStatus (inherited from Activity)
Public property ExpectedDtmfInputs Gets or sets an array of strings that this activity expects. A DTMF grammar is automatically created using these strings.
Public property ExpectedSpeechInputs Gets or sets an array of strings that this activity expects. A speech grammar is automatically created using these strings.
Public property Grammar Gets or sets the grammar used to recognize the input that triggers this CommandActivity. A Grammar object provides run time support for obtaining and managing speech grammar information. (inherited from CommandActivity)
Public property IsDynamicActivity (inherited from Activity)
Public property Name (inherited from Activity)
Public property Parent (inherited from Activity)
Protected property ParentDependencyObject (inherited from DependencyObject)
Public property QualifiedName (inherited from Activity)
Public property RecognitionResult Gets the recognition result that triggered the command. A RecognitionResult object represents the result of the recognition engine on audio input. (inherited from CommandActivity)
Public property Site (inherited from DependencyObject)
Public property UserData (inherited from DependencyObject)
Protected property WorkflowInstanceId (inherited from Activity)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEventActivity.QueueName Gets the name of the queue created to receive the event represented by this CommandActivity. (inherited from CommandActivity)
Explicit interface implemetationPrivate property IInstanceDependencyContainer.InstanceDependencyProperties

Top

See Also

Reference

SpeechCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace