NewSlackMessage クラス

定義

注意事項

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に送るメッセージ。

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

コンストラクター

名前 説明
NewSlackMessage()
古い.

Slackに送るメッセージ。

プロパティ

名前 説明
Attachments
古い.

メッセージに添付される可能性のある添付ファイルを取得したり設定したりします。

Blocks
古い.

メッセージに伴う可能性のあるブロックを入手または設定します。

BotId
古い.

ボットIDを取得または設定します。

Channel
古い.

チャンネルを取るか設定するか。

Ephemeral
古い.

メッセージを一時的に受け取る、または設定する、つまり受信者だけが見ることができるということです。

Text
古い.

テキストを取得または設定します。

ThreadTs
古い.

スレッドのタイムスタンプを取得するか設定します。

Ts
古い.

タイムスタンプを取得または設定します。

User
古い.

ユーザーを獲得または設定します。

Username
古い.

ユーザー名を取得または設定します。

適用対象