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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8843

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)


8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8843

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:



8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8843

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)


8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8843

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)


8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8843

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.



8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8843

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