SlackResponse クラス

定義

注意事項

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.

SlackResponseクラス。

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

コンストラクター

名前 説明
SlackResponse()
古い.

SlackResponseクラス。

プロパティ

名前 説明
Channel
古い.

チャネルプロパティを取得するか設定します。

Message
古い.

Messageプロパティを取得するか設定します。

Ok
古い.

OKステータスが真か偽かを示す値を取得または設定します。

Ts
古い.

Tsプロパティを取得するか設定します。

適用対象