次の方法で共有


AttachmentPayload クラス

定義

注意事項

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 添付ファイルの一部として送信できる内部 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 AttachmentPayload
[<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 AttachmentPayload = class
Public Class AttachmentPayload
継承
AttachmentPayload
属性

コンストラクター

AttachmentPayload()
古い.

Facebook メッセージの Facebook 添付ファイルの一部として送信できる内部 Facebook 添付ファイルペイロード。

プロパティ

AttachmentId
古い.

添付ファイルの ID を取得または設定します (再利用可能な添付ファイルの場合)。

Buttons
古い.

テンプレートのボタンの一覧を取得します。

Elements
古い.

テンプレートのメディア要素の一覧を取得します。

IsReusable
古い.

添付ファイルが再利用可能かどうかを示す値を取得または設定します。 既定値は false です。

TemplateType
古い.

添付されたテンプレートの種類を取得または設定します。

Text
古い.

テンプレートのテキストを取得または設定します。

Url
古い.

添付ファイルの URL を取得または設定します。

メソッド

ShouldSerializeButtons()
古い.

プロパティを条件付きでシリアル化 Buttons するための Newtonsoft JSON メソッド。

ShouldSerializeElements()
古い.

プロパティを条件付きでシリアル化 Elements するための Newtonsoft JSON メソッド。

ShouldSerializeIsReusable()
古い.

プロパティを条件付きでシリアル化 IsReusable するための Newtonsoft JSON メソッド。

適用対象