Compartir a través de


AttachmentActionData Clase

Definición

Precaución

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.

Representa una acción de datos adjuntos: los usuarios crean acciones de datos adjuntos mediante la interacción con datos adjuntos de mensajes, como hacer clic en un botón enviar en una tarjeta. 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
Herencia
AttachmentActionData
Atributos

Constructores

AttachmentActionData()
Obsoletos.

Representa una acción de datos adjuntos: los usuarios crean acciones de datos adjuntos mediante la interacción con datos adjuntos de mensajes, como hacer clic en un botón enviar en una tarjeta. https://developer.webex.com/docs/api/v1/attachment-actions.

Propiedades

Created
Obsoletos.

Obtiene o establece la fecha y hora en que se creó la acción.

Id
Obsoletos.

Obtiene o establece el identificador único de la acción.

Inputs
Obsoletos.

Obtiene las entradas de la acción.

MessageId
Obsoletos.

Obtiene o establece el mensaje primario en el que se realizó la acción de datos adjuntos.

PersonId
Obsoletos.

Obtiene o establece el identificador de la persona que realizó la acción.

Type
Obsoletos.

Obtiene o establece el tipo de acción realizada.

Se aplica a