Class: Aws::LexModelsV2::Types::IssueLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::IssueLocation
- 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
-
#bot_locale ⇒ String
The locale identifier where the issue was found.
-
#intent_id ⇒ String
The intent identifier where the issue was found, if applicable.
-
#slot_id ⇒ String
The slot identifier where the issue was found, if applicable.
Instance Attribute Details
#bot_locale ⇒ String
The locale identifier where the issue was found.
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_id ⇒ String
The intent identifier where the issue was found, if applicable.
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_id ⇒ String
The slot identifier where the issue was found, if applicable.
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 |