SlackClientWrapperOptions Classe

Definizione

Attenzione

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.

Classe per la definizione dell'implementazione delle opzioni 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
Ereditarietà
SlackClientWrapperOptions
Attributi

Costruttori

SlackClientWrapperOptions(String, String, String)
Obsoleti.

Inizializza una nuova istanza della classe SlackClientWrapperOptions.

Proprietà

SlackBotToken
Obsoleti.

Ottiene o imposta un token (fornito da Slack) per consentire a un bot di funzionare in una singola area di lavoro.

SlackClientId
Obsoleti.

Ottiene o imposta l'ID client oauth fornito da Slack per le app multi-team.

SlackClientSecret
Obsoleti.

Ottiene o imposta il segreto client oauth fornito da Slack per le app multi-team.

SlackClientSigningSecret
Obsoleti.

Ottiene o imposta un token usato per verificare che i webhook in ingresso siano originati da Slack.

SlackRedirectUri
Obsoleti.

Ottiene o imposta l'URI gli utenti verranno reindirizzati a dopo un flusso oauth. Nella maggior parte dei casi, deve essere https://mydomain.com/install/auth.

SlackScopes
Obsoleti.

Ottiene una matrice di nomi di ambito richiesti durante il processo oauth. Deve corrispondere agli ambiti definiti in api.slack.com.

SlackVerificationToken
Obsoleti.

Ottiene o imposta il token per convalidare l'origine dei webhook in ingresso.

Si applica a