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 GetBotAliases operation. Returns a list of aliases for a specified Amazon Lex bot.

This operation requires permissions for the lex:GetBotAliases action.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetBotAliasesRequest : AmazonLexModelBuildingServiceRequest
         IAmazonWebServiceRequest

The GetBotAliasesRequest type exposes the following members

Constructors

NameDescription
Public Method GetBotAliasesRequest()

Properties

NameTypeDescription
Public Property BotName System.String

Gets and sets the property BotName.

The name of the bot.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

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

Public Property NameContains System.String

Gets and sets the property NameContains.

Substring to match in bot alias names. An alias will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."

Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token for fetching the next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, 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