Class AgentContactNotification
Inheritance
System.Object
AgentContactNotification
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()
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
public class AgentContactNotification : BaseMessage
Constructors
Declaration
public AgentContactNotification()
Fields
Declaration
public const string ActionKey = "action"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string ClientCountryKey = "clientCountry"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string ClientUiLanguageKey = "clientUiLanguage"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string ClientVersionKey = "clientVersion"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string ContactAddAction = "add"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string ContactRemoveAction = "remove"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string LcidKey = "fromUserLcid"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string TypeName = "AgentContactNotification"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string UserDisplayNameKey = "fromUserDisplayName"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public string Action { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ClientCountry { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ClientUiLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ClientVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Lcid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
protected override void ValidateInternal()
Overrides