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

Name Description
Address(String, String, String, String, String)

Properties

Name Description
BotId
ChannelId
ConversationId
ServiceUrl
UserId

Methods

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

Extension Methods

Name Description
ToConversationReference(IAddress)

Creates a ConversationReference from IAddress.

Applies to