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)


1974
1975
1976
1977
1978
1979
1980
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1974

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)


1974
1975
1976
1977
1978
1979
1980
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1974

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)


1974
1975
1976
1977
1978
1979
1980
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1974

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