Class: Aws::LexModelsV2::Types::StopBotAnalyzerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::StopBotAnalyzerResponse
- Includes:
- Structure
- Defined in:
- 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.
14100 14101 14102 14103 14104 14105 14106 14107 14108 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14100 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`
14100 14101 14102 14103 14104 14105 14106 14107 14108 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14100 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.
14100 14101 14102 14103 14104 14105 14106 14107 14108 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14100 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.
14100 14101 14102 14103 14104 14105 14106 14107 14108 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14100 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.
14100 14101 14102 14103 14104 14105 14106 14107 14108 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14100 class StopBotAnalyzerResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_analyzer_status, :bot_analyzer_request_id) SENSITIVE = [] include Aws::Structure end |