Class Call
Inheritance
System.Object
Call
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class Call
Constructors
Call()
Declaration
public Call()
Properties
AdditionalData
Declaration
public IDictionary<string, JToken> AdditionalData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, Newtonsoft.Json.Linq.JToken> |
CallInfo
Declaration
public CallInfo CallInfo { get; set; }
Property Value
Type | Description |
---|---|
CallInfo |
CallState
Declaration
public CallState CallState { get; set; }
Property Value
Type | Description |
---|---|
CallState |
Links
Declaration
public Dictionary<string, Uri> Links { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Uri> |