IActivity.AddAttachment(Attachment[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Public Function AddAttachment (ParamArray attachments As Attachment()) As IActivity
Parameters
- attachments
- Attachment[]