共用方式為


Address 類別

定義

以最少且完全方式識別聊天機器人與頻道使用者交談的金鑰。

[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)

ConversationReferenceIAddress 建立 。

適用於