Class: Aws::LexModelsV2::Types::ListBotLocalesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot to list locales for.

Returns:

  • (String)


8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8973

class ListBotLocalesRequest < Struct.new(
  :bot_id,
  :bot_version,
  :sort_by,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot to list locales for.

Returns:

  • (String)


8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8973

class ListBotLocalesRequest < Struct.new(
  :bot_id,
  :bot_version,
  :sort_by,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::BotLocaleFilter>

Provides the specification for a filter used to limit the response to only those locales that match the filter specification. You can only specify one filter and one value to filter on.

Returns:



8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8973

class ListBotLocalesRequest < Struct.new(
  :bot_id,
  :bot_version,
  :sort_by,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.

Returns:

  • (Integer)


8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8973

class ListBotLocalesRequest < Struct.new(
  :bot_id,
  :bot_version,
  :sort_by,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response from the ‘ListBotLocales` operation contains more results than specified in the `maxResults` parameter, a token is returned in the response. Use that token as the `nextToken` parameter to return the next page of results.

Returns:

  • (String)


8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8973

class ListBotLocalesRequest < Struct.new(
  :bot_id,
  :bot_version,
  :sort_by,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byTypes::BotLocaleSortBy

Specifies sorting parameters for the list of locales. You can sort by locale name in ascending or descending order.



8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8973

class ListBotLocalesRequest < Struct.new(
  :bot_id,
  :bot_version,
  :sort_by,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end