IAddress Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |