AttachmentActionData クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 |
古い.
実行されるアクションの種類を取得または設定します。 |