Address 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。
[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)
- 繼承
-
Address
- 屬性
- 實作
建構函式
Address(String, String, String, String, String) |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
屬性
BotId |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
ChannelId |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
ConversationId |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
ServiceUrl |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
UserId |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
方法
Equals(IAddress) |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
Equals(Object) |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
FromActivity(IActivity) |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
GetHashCode() |
以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。 |
擴充方法
ToConversationReference(IAddress) |