SlackChannelProperties Class

Definition

The parameters to provide for the Slack channel.

public class SlackChannelProperties
type SlackChannelProperties = class
Public Class SlackChannelProperties
Inheritance
SlackChannelProperties

Constructors

SlackChannelProperties(Boolean)

Initializes a new instance of SlackChannelProperties.

Properties

ClientId

The Slack client id.

ClientSecret

The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.

IsEnabled

Whether this channel is enabled for the bot.

IsValidated

Whether this channel is validated for the bot.

LandingPageUri

The Slack landing page Url.

LastSubmissionId

The Sms auth token.

RedirectAction

The Slack redirect action.

RegisterBeforeOAuthFlow

Whether to register the settings before OAuth validation is performed. Recommended to True.

Scopes

The Slack permission scopes.

SigningSecret

The Slack signing secret.

VerificationToken

The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.

Applies to