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 GetBotChannelAssociations operation. Returns a list of all of the channels associated with the specified bot.

The GetBotChannelAssociations operation requires permissions for the lex:GetBotChannelAssociations action.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetBotChannelAssociationsRequest : AmazonLexModelBuildingServiceRequest
         IAmazonWebServiceRequest

The GetBotChannelAssociationsRequest 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 in the association.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of associations to return in the response. The default is 50.

Public Property NameContains System.String

Gets and sets the property NameContains.

Substring to match in channel association names. An association will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To return all bot channel associations, use a hyphen ("-") as the nameContains parameter.

Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token for fetching the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.

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