Address Class
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.
[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. |