IAddress Interface

Definition

The key that minimally and completely identifies a bot's conversation with a user on a channel.

public interface IAddress
type IAddress = interface
Public Interface IAddress
Derived

Properties

BotId
ChannelId
ConversationId
ServiceUrl
UserId

Extension Methods

ToConversationReference(IAddress)

Creates a ConversationReference from IAddress.

Applies to