AgentContactNotification Class

Definition

Message type for notifying agents that a user has added or removed them.

public class AgentContactNotification : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.BaseMessage
type AgentContactNotification = class
    inherit BaseMessage
Public Class AgentContactNotification
Inherits BaseMessage
Inheritance
AgentContactNotification

Constructors

AgentContactNotification()

Fields

ActionKey
ClientCountryKey
ClientUiLanguageKey
ClientVersionKey
ContactAddAction
ContactRemoveAction
FromHeaderKey (Inherited from BaseMessage)
LcidKey
MessageTypeHeaderKey (Inherited from BaseMessage)
ToHeaderKey (Inherited from BaseMessage)
TypeName
UserDisplayNameKey

Properties

Action
ClientCountry
ClientUiLanguage
ClientVersion
DisplayName
From (Inherited from BaseMessage)
Lcid
MessageType (Inherited from BaseMessage)
To (Inherited from BaseMessage)

Methods

Validate() (Inherited from BaseMessage)
ValidateInternal()

Applies to