共用方式為


IAddress 介面

定義

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

public interface IAddress
type IAddress = interface
Public Interface IAddress
衍生

屬性

BotId

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

ChannelId

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

ConversationId

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

ServiceUrl

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

UserId

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

擴充方法

ToConversationReference(IAddress)

ConversationReferenceIAddress 建立 。

適用於