次の方法で共有


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" の場合は必須です。

適用対象