共用方式為


MicrosoftBotIdentifier 類別

定義

代表 Microsoft Bot。

public class MicrosoftBotIdentifier : Azure.Communication.CommunicationIdentifier
type MicrosoftBotIdentifier = class
    inherit CommunicationIdentifier
Public Class MicrosoftBotIdentifier
Inherits CommunicationIdentifier
繼承
MicrosoftBotIdentifier

建構函式

MicrosoftBotIdentifier(String, Boolean, Nullable<CommunicationCloudEnvironment>)

初始化 MicrosoftBotIdentifier 的新執行個體。

屬性

BotId

Microsoft Bot 的識別碼。

Cloud

Bot 所屬的雲端。

IsResourceAccountConfigured

如果 Bot 是全域的,則為 True,如果 Bot 是租使用者,則為 false。

RawId

傳回 標準字串表示 MicrosoftBotIdentifier 。 您可以使用 RawId 編碼識別碼,然後將它當做資料庫中的索引鍵使用。

方法

Equals(CommunicationIdentifier)

指出目前的物件是否等於另一個相同類型的物件。

GetHashCode()

做為預設雜湊函式。

(繼承來源 CommunicationIdentifier)
ToString()

傳回代表目前物件的字串。

適用於