Class: Aws::LexModelsV2::Types::ListBotResourceGenerationsRequest

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 unique identifier of the bot whose generation requests you want to view.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9034

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

#bot_versionString

The version of the bot whose generation requests you want to view.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9034

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

#locale_idString

The locale of the bot whose generation requests you want to view.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9034

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

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9034

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

#next_tokenString

If the total number of results is greater than the number specified in the maxResults, the response returns a token in the nextToken field. Use this token when making a request to return the next batch of results.

Returns:

  • (String)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9034

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

#sort_byTypes::GenerationSortBy

An object containing information about the attribute and the method by which to sort the results



9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9034

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