Class: Aws::LexModelsV2::Types::StopBotAnalyzerResponse

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_request_idString

The unique identifier of the analysis request.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14022

class StopBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_analyzer_statusString

The updated status of the analysis. The status will be Stopping and will eventually transition to Stopped.

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

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14022

class StopBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The unique identifier of the bot.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14022

class StopBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14022

class StopBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale identifier of the bot locale.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14022

class StopBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id)
  SENSITIVE = []
  include Aws::Structure
end