Class: Aws::LexModelsV2::Types::DescribeBotAnalyzerRecommendationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_recommendation_listArray<Types::BotAnalyzerRecommendation>

A list of recommendations for optimizing your bot configuration. Each recommendation includes the issue location, priority, description, and proposed fix.



5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_analyzer_statusString

The current status of the analysis.

Valid Values: Processing | Available | Failed | Stopping | Stopped

Returns:

  • (String)


5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The unique identifier of the bot.

Returns:

  • (String)


5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot that was analyzed.

Returns:

  • (String)


5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the analysis was initiated.

Returns:

  • (Time)


5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale identifier of the bot locale that was analyzed.

Returns:

  • (String)


5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, this token can be used in a subsequent request to retrieve the next page of recommendations.

Returns:

  • (String)


5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5961

class DescribeBotAnalyzerRecommendationResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :creation_date_time,
  :bot_analyzer_recommendation_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end