Class: Aws::LexModelsV2::Types::DescribeBotResourceGenerationRequest

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 to return the generation details.

Returns:

  • (String)


5940
5941
5942
5943
5944
5945
5946
5947
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5940

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

#bot_versionString

The version of the bot for which to return the generation details.

Returns:

  • (String)


5940
5941
5942
5943
5944
5945
5946
5947
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5940

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

#generation_idString

The unique identifier of the generation request for which to return the generation details.

Returns:

  • (String)


5940
5941
5942
5943
5944
5945
5946
5947
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5940

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

#locale_idString

The locale of the bot for which to return the generation details.

Returns:

  • (String)


5940
5941
5942
5943
5944
5945
5946
5947
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5940

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