共用方式為


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
已淘汰.

取得或設定執行動作的人員識別碼。

Type
已淘汰.

取得或設定執行的動作類型。

適用於