Class: Aws::LexModelsV2::Types::IssueLocation

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

Overview

Specifies the location of an identified issue within the bot configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_localeString

The locale identifier where the issue was found.

Returns:

  • (String)


8920
8921
8922
8923
8924
8925
8926
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8920

class IssueLocation < Struct.new(
  :bot_locale,
  :intent_id,
  :slot_id)
  SENSITIVE = []
  include Aws::Structure
end

#intent_idString

The intent identifier where the issue was found, if applicable.

Returns:

  • (String)


8920
8921
8922
8923
8924
8925
8926
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8920

class IssueLocation < Struct.new(
  :bot_locale,
  :intent_id,
  :slot_id)
  SENSITIVE = []
  include Aws::Structure
end

#slot_idString

The slot identifier where the issue was found, if applicable.

Returns:

  • (String)


8920
8921
8922
8923
8924
8925
8926
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8920

class IssueLocation < Struct.new(
  :bot_locale,
  :intent_id,
  :slot_id)
  SENSITIVE = []
  include Aws::Structure
end