Language

Activity.AddAttachment(Attachment[]) Method

Definition

Adds one or more attachments to Attachments and returns this activity.

public Microsoft.Agents.Core.Models.IActivity AddAttachment(params Microsoft.Agents.Core.Models.Attachment[] attachments);
abstract member AddAttachment : Microsoft.Agents.Core.Models.Attachment[] -> Microsoft.Agents.Core.Models.IActivity
override this.AddAttachment : Microsoft.Agents.Core.Models.Attachment[] -> Microsoft.Agents.Core.Models.IActivity
Public Function AddAttachment (ParamArray attachments As Attachment()) As IActivity

Parameters

attachments
Attachment[]

Returns

Implements

Applies to