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.

This is the response object from the GetBotChannelAssociation operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.LexModelBuildingService.Model.GetBotChannelAssociationResponse

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

Syntax

C#
public class GetBotChannelAssociationResponse : AmazonWebServiceResponse

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

Gets and sets the property BotConfiguration.

Provides information that the messaging platform needs to communicate with the Amazon Lex bot.

Public Property BotName System.String

Gets and sets the property BotName.

The name of the Amazon Lex bot.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

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

Public Property Description System.String

Gets and sets the property Description.

A description of the association between the bot and the channel.

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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Name System.String

Gets and sets the property Name.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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.

The type of the 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