Activity.Attachments プロパティ

定義

アクティビティの添付ファイルを取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment> Attachments { get; set; }
member this.Attachments : System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment> with get, set
Public Property Attachments As IList(Of Attachment)

プロパティ値

アクティビティの添付ファイル。

実装

適用対象