Class: Aws::LexModelsV2::Types::DeleteBotAnalyzerRecommendationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_request_idString

The unique identifier of the analysis request whose recommendations should be deleted.

Returns:



5224
5225
5226
5227
5228
5229
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5224

class DeleteBotAnalyzerRecommendationRequest < Struct.new(
  :bot_id,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The unique identifier of the bot.

Returns:



5224
5225
5226
5227
5228
5229
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5224

class DeleteBotAnalyzerRecommendationRequest < Struct.new(
  :bot_id,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end