Class: Aws::LexModelsV2::Types::BotAliasTestExecutionTarget

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

Overview

The target Amazon S3 location for the test set execution using a bot alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_idString

The bot alias Id of the bot alias used in the test set execution.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2029

class BotAliasTestExecutionTarget < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The bot Id of the bot alias used in the test set execution.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2029

class BotAliasTestExecutionTarget < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale Id of the bot alias used in the test set execution.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2029

class BotAliasTestExecutionTarget < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end