次の方法で共有


AttachmentPayload.Buttons プロパティ

定義

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

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

プロパティ値

テンプレートのボタンの一覧。

適用対象