Show / Hide Table of Contents

Class AgentContactNotification

Inheritance
System.Object
BaseMessage
AgentContactNotification
Inherited Members
BaseMessage.ToHeaderKey
BaseMessage.FromHeaderKey
BaseMessage.MessageTypeHeaderKey
BaseMessage.JsonContentType
BaseMessage.Validate()
BaseMessage.GetMessageType(String)
BaseMessage.VerifyPropertyExists(String, String)
BaseMessage.ValidateMri(String, String)
BaseMessage.MessageType
BaseMessage.To
BaseMessage.From
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 AgentContactNotification : BaseMessage

Constructors

AgentContactNotification()

Declaration
public AgentContactNotification()

Fields

ActionKey

Declaration
public const string ActionKey = "action"
Field Value
Type Description
System.String

ClientCountryKey

Declaration
public const string ClientCountryKey = "clientCountry"
Field Value
Type Description
System.String

ClientUiLanguageKey

Declaration
public const string ClientUiLanguageKey = "clientUiLanguage"
Field Value
Type Description
System.String

ClientVersionKey

Declaration
public const string ClientVersionKey = "clientVersion"
Field Value
Type Description
System.String

ContactAddAction

Declaration
public const string ContactAddAction = "add"
Field Value
Type Description
System.String

ContactRemoveAction

Declaration
public const string ContactRemoveAction = "remove"
Field Value
Type Description
System.String

LcidKey

Declaration
public const string LcidKey = "fromUserLcid"
Field Value
Type Description
System.String

TypeName

Declaration
public const string TypeName = "AgentContactNotification"
Field Value
Type Description
System.String

UserDisplayNameKey

Declaration
public const string UserDisplayNameKey = "fromUserDisplayName"
Field Value
Type Description
System.String

Properties

Action

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

ClientCountry

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

ClientUiLanguage

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

ClientVersion

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

DisplayName

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

Lcid

Declaration
public int Lcid { get; set; }
Property Value
Type Description
System.Int32

Methods

ValidateInternal()

Declaration
protected override void ValidateInternal()
Overrides
BaseMessage.ValidateInternal()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX