Поделиться через


SlackChannelProperties Class

Definition

The parameters to provide for the Slack channel.

public class SlackChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.SlackChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.SlackChannelProperties>
public class SlackChannelProperties
type SlackChannelProperties = class
    interface IJsonModel<SlackChannelProperties>
    interface IPersistableModel<SlackChannelProperties>
type SlackChannelProperties = class
Public Class SlackChannelProperties
Implements IJsonModel(Of SlackChannelProperties), IPersistableModel(Of SlackChannelProperties)
Public Class SlackChannelProperties
Inheritance
SlackChannelProperties
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SlackChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SlackChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SlackChannelProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SlackChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SlackChannelProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to