FacebookQuickReply 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
可做為 Facebook 訊息一部分傳送的 Facebook 快速回復物件。
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class FacebookQuickReply
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type FacebookQuickReply = class
Public Class FacebookQuickReply
- 繼承
-
FacebookQuickReply
- 屬性
建構函式
FacebookQuickReply() |
已淘汰.
可做為 Facebook 訊息一部分傳送的 Facebook 快速回復物件。 |
屬性
ContentType |
已淘汰.
取得或設定回復的內容類型。 可為以下項目:
|
ImageUrl |
已淘汰.
取得或設定影像的選擇性 URL,以在快速回復按鈕上顯示文字快速回復。 如果 屬性是空的,則 Title 為必要項。 |
Payload |
已淘汰.
取得或設定回復的承載。 如果已設定 屬性, ImageUrl 可能會設定為空字串。 |
Title |
已淘汰.
取得或設定回復的標題。 如果content_type為 「text」,則為必要專案。 |