class Aws::LexModelBuildingService::Types::GetBotAliasesRequest

@note When making an API call, you may pass GetBotAliasesRequest

data as a hash:

    {
      bot_name: "BotName", # required
      next_token: "NextToken",
      max_results: 1,
      name_contains: "AliasName",
    }

@!attribute [rw] bot_name

The name of the bot.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of aliases to return in the response. The default
is 50. .
@return [Integer]

@!attribute [rw] name_contains

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."
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBotAliasesRequest AWS API Documentation

Constants

SENSITIVE