次の方法で共有


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
古い.

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

適用対象