AttachmentActionData 类

定义

注意

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.

表示附件操作 - 用户通过与邮件附件交互(例如单击卡片中的提交按钮)创建附件操作。 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
继承
AttachmentActionData
属性

构造函数

AttachmentActionData()
已过时.

表示附件操作 - 用户通过与邮件附件交互(例如单击卡片中的提交按钮)创建附件操作。 https://developer.webex.com/docs/api/v1/attachment-actions.

属性

Created
已过时.

获取或设置操作的创建日期和时间。

Id
已过时.

获取或设置操作的唯一标识符。

Inputs
已过时.

获取操作的输入。

MessageId
已过时.

获取或设置执行附件操作的父消息。

PersonId
已过时.

获取或设置执行操作的人员的 ID。

Type
已过时.

获取或设置执行的操作类型。

适用于