Mention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提及資訊 (實體類型:「mention」) 。
public class Mention : Microsoft.Bot.Schema.Entity
type Mention = class
inherit Entity
Public Class Mention
Inherits Entity
- 繼承
建構函式
Mention() |
初始化 Mention 類別的新執行個體。 |
Mention(ChannelAccount, String, String) |
初始化 Mention 類別的新執行個體。 |
屬性
Mentioned |
取得或設定提及的使用者。 |
Properties |
取得或設定屬性,這些屬性不是由 Entity 型別定義,但可能會出現在 REST JSON 物件中。 (繼承來源 Entity) |
Text |
取得或設定子文字,代表提及 (可以是 null 或空白) 。 |
Type |
取得或設定此實體的類型, (RFC 3987 IRI) 。 (繼承來源 Entity) |
方法
Equals(Entity) |
指出目前的物件是否等於另一個相同類型的物件。 (繼承來源 Entity) |
Equals(Object) |
判斷 specifid 物件是否等於目前的物件。 (繼承來源 Entity) |
GetAs<T>() |
擷取內部承載。 (繼承來源 Entity) |
GetHashCode() |
產生目前 物件的雜湊程式碼的雜湊函式。 (繼承來源 Entity) |
SetAs<T>(T) |
設定內部承載。 (繼承來源 Entity) |