Class: Aws::LexModelsV2::Types::StopBotAnalyzerRequest

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 to stop.

Returns:

  • (String)


14112
14113
14114
14115
14116
14117
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14112

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

#bot_id ⇒ String

The unique identifier of the bot.

Returns:

  • (String)


14112
14113
14114
14115
14116
14117
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14112

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