AWS SDK Version 3 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.

Container for the parameters to the DeleteBotChannelAssociation operation. Deletes the association between an Amazon Lex bot and a messaging platform.

This operation requires permission for the lex:DeleteBotChannelAssociation action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexModelBuildingService.AmazonLexModelBuildingServiceRequest
      Amazon.LexModelBuildingService.Model.DeleteBotChannelAssociationRequest

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

Syntax

C#
public class DeleteBotChannelAssociationRequest : AmazonLexModelBuildingServiceRequest
         IAmazonWebServiceRequest

The DeleteBotChannelAssociationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BotAlias System.String

Gets and sets the property BotAlias.

An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

Public Property BotName System.String

Gets and sets the property BotName.

The name of the Amazon Lex bot.

Public Property Name System.String

Gets and sets the property Name.

The name of the association. The name is case sensitive.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5