CommunicationsSequenceActivity.CallProvider Property
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.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property CallProvider As CallProvider
Get
Set
'Usage
Dim instance As CommunicationsSequenceActivity
Dim value As CallProvider
value = instance.CallProvider
instance.CallProvider = value
public CallProvider CallProvider { get; set; }
Property Value
Type: Microsoft.Rtc.Workflow.Common.CallProvider
See Also
Reference
CommunicationsSequenceActivity Class