Partager via


AttachmentActionData Classe

Définition

Attention

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.

Représente une action de pièce jointe : les utilisateurs créent des actions de pièce jointe en interagissant avec les pièces jointes de message, par exemple en cliquant sur un bouton d’envoi dans une carte. 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
Héritage
AttachmentActionData
Attributs

Constructeurs

AttachmentActionData()
Obsolète.

Représente une action de pièce jointe : les utilisateurs créent des actions de pièce jointe en interagissant avec les pièces jointes de message, par exemple en cliquant sur un bouton d’envoi dans une carte. https://developer.webex.com/docs/api/v1/attachment-actions.

Propriétés

Created
Obsolète.

Obtient ou définit la date et l’heure de création de l’action.

Id
Obsolète.

Obtient ou définit l’identificateur unique de l’action.

Inputs
Obsolète.

Obtient les entrées de l’action.

MessageId
Obsolète.

Obtient ou définit le message parent sur lequel l’action de pièce jointe a été effectuée.

PersonId
Obsolète.

Obtient ou définit l’ID de la personne qui a effectué l’action.

Type
Obsolète.

Obtient ou définit le type d’action effectuée.

S’applique à