Uses of Class
com.azure.resourcemanager.botservice.models.SlackChannelProperties
Packages that use SlackChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of SlackChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return SlackChannelPropertiesModifier and TypeMethodDescriptionstatic SlackChannelPropertiesSlackChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SlackChannelProperties from the JsonReader.SlackChannel.properties()Get the properties property: The set of properties specific to Slack channel resource.SlackChannelProperties.withClientId(String clientId) Set the clientId property: The Slack client id.SlackChannelProperties.withClientSecret(String clientSecret) Set the clientSecret property: The Slack client secret.SlackChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.SlackChannelProperties.withLandingPageUrl(String landingPageUrl) Set the landingPageUrl property: The Slack landing page Url.SlackChannelProperties.withScopes(String scopes) Set the scopes property: The Slack permission scopes.SlackChannelProperties.withSigningSecret(String signingSecret) Set the signingSecret property: The Slack signing secret.SlackChannelProperties.withVerificationToken(String verificationToken) Set the verificationToken property: The Slack verification token.Methods in com.azure.resourcemanager.botservice.models with parameters of type SlackChannelPropertiesModifier and TypeMethodDescriptionSlackChannel.withProperties(SlackChannelProperties properties) Set the properties property: The set of properties specific to Slack channel resource.