AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Creates an AWS Chatbot confugration for Slack.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateSlackChannelConfigurationAsync.

Namespace: Amazon.Chatbot
Assembly: AWSSDK.Chatbot.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateSlackChannelConfigurationResponse CreateSlackChannelConfiguration(
         CreateSlackChannelConfigurationRequest request
)

Parameters

request
Type: Amazon.Chatbot.Model.CreateSlackChannelConfigurationRequest

Container for the necessary parameters to execute the CreateSlackChannelConfiguration service method.

Return Value


The response from the CreateSlackChannelConfiguration service method, as returned by Chatbot.

Exceptions

ExceptionCondition
ConflictException There was an issue processing your request.
CreateSlackChannelConfigurationException We can’t process your request right now because of a server issue. Try again later.
InvalidParameterException Your request input doesn't meet the constraints required by AWS Chatbot.
InvalidRequestException Your request input doesn't meet the constraints required by AWS Chatbot.
LimitExceededException You have exceeded a service limit for AWS Chatbot.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also