Class: Aws::LexModelsV2::Types::StopBotAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::StopBotAnalyzerResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_analyzer_request_id ⇒ String
The unique identifier of the analysis request.
-
#bot_analyzer_status ⇒ String
The updated status of the analysis.
-
#bot_id ⇒ String
The unique identifier of the bot.
-
#bot_version ⇒ String
The version of the bot.
-
#locale_id ⇒ String
The locale identifier of the bot locale.
Instance Attribute Details
#bot_analyzer_request_id ⇒ String
The unique identifier of the analysis request.
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_status ⇒ String
The updated status of the analysis. The status will be Stopping
and will eventually transition to Stopped.
Valid Values: Processing | Available | Failed | Stopping | Stopped
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_id ⇒ String
The unique identifier of the bot.
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_version ⇒ String
The version of the bot.
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_id ⇒ String
The locale identifier of the bot locale.
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 |