共用方式為


FacebookQuickReply 類別

定義

警告

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
已淘汰.

取得或設定回復的內容類型。 可為以下項目:

  • 「text」,它會傳送文字按鈕。
  • 「user_phone_number」,其會傳送按鈕,讓收件者能夠傳送與其帳戶相關聯的電話號碼。
  • 「user_email」,其會傳送按鈕,讓收件者傳送與其帳戶相關聯的電子郵件。
ImageUrl
已淘汰.

取得或設定影像的選擇性 URL,以在快速回復按鈕上顯示文字快速回復。 如果 屬性是空的,則 Title 為必要項。

Payload
已淘汰.

取得或設定回復的承載。 如果已設定 屬性, ImageUrl 可能會設定為空字串。

Title
已淘汰.

取得或設定回復的標題。 如果content_type為 「text」,則為必要專案。

適用於