EventType クラス

定義

注意事項

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.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

[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 EventType
[<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 EventType = class
Public Class EventType
継承
EventType
派生
属性

コンストラクター

名前 説明
EventType()
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

プロパティ

名前 説明
AdditionalProperties
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

BotId
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

Channel
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

ChannelId
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

EventTs
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

Item
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

ThreadTs
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

Ts
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

Type
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

User
古い.

Slackイベントタイプのオブジェクト https://api.slack.com/events-api#receiving_eventsを表します。

適用対象