Class: Aws::LexModelsV2::Types::ListBotResourceGenerationsResponse

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 for which the generation requests were made.

Returns:

  • (String)


9072
9073
9074
9075
9076
9077
9078
9079
9080
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9072

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

#bot_versionString

The version of the bot for which the generation requests were made.

Returns:

  • (String)


9072
9073
9074
9075
9076
9077
9078
9079
9080
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9072

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

#generation_summariesArray<Types::GenerationSummary>

A list of objects, each containing information about a generation request for the bot locale.

Returns:



9072
9073
9074
9075
9076
9077
9078
9079
9080
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9072

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

#locale_idString

The locale of the bot for which the generation requests were made.

Returns:

  • (String)


9072
9073
9074
9075
9076
9077
9078
9079
9080
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9072

class ListBotResourceGenerationsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :generation_summaries,
  :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)


9072
9073
9074
9075
9076
9077
9078
9079
9080
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9072

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