AttachmentActionData Class
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.
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.
public class AttachmentActionData
type AttachmentActionData = class
Public Class AttachmentActionData
- Inheritance
-
AttachmentActionData
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. |