Show / Hide Table of Contents

Class PlaceCall

Inheritance
System.Object
ActionBase
PlaceCall
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class PlaceCall : ActionBase

Constructors

PlaceCall()

Declaration
public PlaceCall()

Fields

DefaultModalityTypes

Declaration
public static readonly IEnumerable<ModalityType> DefaultModalityTypes
Field Value
Type Description
System.Collections.Generic.IEnumerable<ModalityType>

Properties

AppId

Declaration
public string AppId { get; set; }
Property Value
Type Description
System.String

CallFlow

Declaration
public CallFlow CallFlow { get; set; }
Property Value
Type Description
CallFlow

CallLegId

Declaration
public Guid? CallLegId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

ModalityTypes

Declaration
public IEnumerable<ModalityType> ModalityTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ModalityType>

PreFetchMedia

Declaration
public IEnumerable<Media> PreFetchMedia { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Media>

SimulringTargets

Declaration
public Participant[] SimulringTargets { get; set; }
Property Value
Type Description
Participant[]

Source

Declaration
public Participant Source { get; set; }
Property Value
Type Description
Participant

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String

Target

Declaration
public Participant Target { get; set; }
Property Value
Type Description
Participant

Methods

Validate()

Declaration
public override void Validate()
Overrides
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX