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 GetBotChannelAssociation operation. Returns information about the association between an Amazon Lex bot and a messaging platform.

This operation requires permissions for the lex:GetBotChannelAssociation action.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetBotChannelAssociationRequest : AmazonLexModelBuildingServiceRequest
         IAmazonWebServiceRequest

The GetBotChannelAssociationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BotAlias System.String

Gets and sets the property BotAlias.

An alias pointing 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 between the bot and the channel. 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