Address Class

Definition

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

[System.Serializable]
public sealed class Address : IEquatable<Microsoft.Bot.Builder.Dialogs.IAddress>, Microsoft.Bot.Builder.Dialogs.IAddress
[<System.Serializable>]
type Address = class
    interface IAddress
    interface IEquatable<IAddress>
Public NotInheritable Class Address
Implements IAddress, IEquatable(Of IAddress)
Inheritance
Address
Attributes
Implements

Constructors

Address(String, String, String, String, String)

Properties

BotId
ChannelId
ConversationId
ServiceUrl
UserId

Methods

Equals(IAddress)
Equals(Object)
FromActivity(IActivity)
GetHashCode()

Extension Methods

ToConversationReference(IAddress)

Creates a ConversationReference from IAddress.

Applies to