Class: Aws::LexModelsV2::Types::TestSetDiscrepancyReportBotAliasTarget

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

Overview

Contains information about the bot alias used for the test set discrepancy report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_idString

The unique identifier for the bot associated with the bot alias.

Returns:

  • (String)


13632
13633
13634
13635
13636
13637
13638
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13632

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

#bot_idString

The unique identifier for the bot alias.

Returns:

  • (String)


13632
13633
13634
13635
13636
13637
13638
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13632

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

#locale_idString

The unique identifier of the locale associated with the bot alias.

Returns:

  • (String)


13632
13633
13634
13635
13636
13637
13638
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13632

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