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_id ⇒ String

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

Returns:

  • (String)


5316
5317
5318
5319
5320
5321
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5316

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

#bot_id ⇒ String

The unique identifier of the bot.

Returns:

  • (String)


5316
5317
5318
5319
5320
5321
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5316

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