次の方法で共有


AttachmentPayload.Elements プロパティ

定義

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

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Element> Elements { get; }
member this.Elements : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Element>
Public ReadOnly Property Elements As List(Of Element)

プロパティ値

テンプレートのメディア要素の一覧。

適用対象