SlackClientWrapperOptions クラス

定義

注意事項

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.

SlackClientWrapperOptions の実装を定義するためのクラスです。

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

コンストラクター

名前 説明
SlackClientWrapperOptions(String, String, String)
古い.

SlackClientWrapperOptions クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
SlackBotToken
古い.

ボットが単一のワークスペースで動作するためのトークン(Slack提供)を取得したり設定したりします。

SlackClientId
古い.

マルチチームアプリ向けにSlackが提供するOAsutクライアントIDを取得したり設定したりします。

SlackClientSecret
古い.

マルチチームアプリ向けにSlackが提供するOUsクライアント秘密を取得したり設定したりします。

SlackClientSigningSecret
古い.

Slackから発信されているウェブフックを検証するためのトークンを取得したり設定したりします。

SlackRedirectUri
古い.

OAUTHフローの後にURIユーザーがリダイレクトされるURIを取得するか設定します。 ほとんどの場合、 https://mydomain.com/install/authであるべきです。

SlackScopes
古い.

OUsのプロセス中に要求されているスコープ名の配列を取得します。 api.slack.com で定義されたスコープに一致しなければなりません。

SlackVerificationToken
古い.

受信ウェブフックの発信元を検証するためのトークンを取得するか設定します。

適用対象