Class: Aws::LexModelsV2::Types::BotAnalyzerRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotAnalyzerRecommendation
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains a recommendation for bot optimization identified by the Bot Analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issue_description ⇒ String
A detailed description of the identified configuration issue.
-
#issue_location ⇒ Types::IssueLocation
The location information for the identified issue within the bot configuration.
-
#priority ⇒ String
The priority level of the recommendation.
-
#proposed_fix ⇒ String
The recommended solution to address the identified issue.
Instance Attribute Details
#issue_description ⇒ String
A detailed description of the identified configuration issue.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2151 class BotAnalyzerRecommendation < Struct.new( :issue_location, :priority, :issue_description, :proposed_fix) SENSITIVE = [] include Aws::Structure end |
#issue_location ⇒ Types::IssueLocation
The location information for the identified issue within the bot configuration.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2151 class BotAnalyzerRecommendation < Struct.new( :issue_location, :priority, :issue_description, :proposed_fix) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ String
The priority level of the recommendation.
Valid Values: High | Medium | Low
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2151 class BotAnalyzerRecommendation < Struct.new( :issue_location, :priority, :issue_description, :proposed_fix) SENSITIVE = [] include Aws::Structure end |
#proposed_fix ⇒ String
The recommended solution to address the identified issue.
2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2151 class BotAnalyzerRecommendation < Struct.new( :issue_location, :priority, :issue_description, :proposed_fix) SENSITIVE = [] include Aws::Structure end |