Jaa


AttachmentActionData Class

Definition

Caution

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Represents an Attachment Action - Users create attachment actions by interacting with message attachments such as clicking on a submit button in a card. https://developer.webex.com/docs/api/v1/attachment-actions.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class AttachmentActionData
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type AttachmentActionData = class
Public Class AttachmentActionData
Inheritance
AttachmentActionData
Attributes

Constructors

AttachmentActionData()

Properties

Created

Gets or sets the date and time the action was created.

Id

Gets or sets the unique identifier for the action.

Inputs

Gets the action's inputs.

MessageId

Gets or sets the parent message the attachment action was performed on.

PersonId

Gets or sets the ID of the person who performed the action.

Type

Gets or sets the type of action performed.

Applies to