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.

Represents an association between an Amazon Lex bot and an external messaging platform.

Inheritance Hierarchy

System.Object
  Amazon.LexModelBuildingService.Model.BotChannelAssociation

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

Syntax

C#
public class BotChannelAssociation

The BotChannelAssociation type exposes the following members

Constructors

NameDescription
Public Method BotChannelAssociation()

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 BotConfiguration System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property BotConfiguration.

Provides information necessary to communicate with the messaging platform.

Public Property BotName System.String

Gets and sets the property BotName.

The name of the Amazon Lex bot to which this association is being made.

Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.

Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The date that the association between the Amazon Lex bot and the channel was created.

Public Property Description System.String

Gets and sets the property Description.

A text description of the association you are creating.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

If status is FAILED, Amazon Lex provides the reason that it failed to create the association.

Public Property Name System.String

Gets and sets the property Name.

The name of the association between the bot and the channel.

Public Property Status Amazon.LexModelBuildingService.ChannelStatus

Gets and sets the property Status.

The status of the bot channel.

  • CREATED - The channel has been created and is ready for use.

  • IN_PROGRESS - Channel creation is in progress.

  • FAILED - There was an error creating the channel. For information about the reason for the failure, see the failureReason field.

Public Property Type Amazon.LexModelBuildingService.ChannelType

Gets and sets the property Type.

Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.

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