Class: Aws::LexModelsV2::Types::ListBotAnalyzerHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotAnalyzerHistoryResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_analyzer_history_list ⇒ Array<Types::BotAnalyzerHistorySummary>
A list of historical analysis executions, ordered by creation date with the most recent first.
-
#bot_id ⇒ String
The unique identifier of the bot.
-
#bot_version ⇒ String
The bot version used to filter the history.
-
#locale_id ⇒ String
The locale identifier used to filter the history.
-
#next_token ⇒ String
If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.
Instance Attribute Details
#bot_analyzer_history_list ⇒ Array<Types::BotAnalyzerHistorySummary>
A list of historical analysis executions, ordered by creation date with the most recent first.
9414 9415 9416 9417 9418 9419 9420 9421 9422 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9414 class ListBotAnalyzerHistoryResponse < Struct.new( :bot_id, :locale_id, :bot_version, :bot_analyzer_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The unique identifier of the bot.
9414 9415 9416 9417 9418 9419 9420 9421 9422 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9414 class ListBotAnalyzerHistoryResponse < Struct.new( :bot_id, :locale_id, :bot_version, :bot_analyzer_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The bot version used to filter the history.
9414 9415 9416 9417 9418 9419 9420 9421 9422 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9414 class ListBotAnalyzerHistoryResponse < Struct.new( :bot_id, :locale_id, :bot_version, :bot_analyzer_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale identifier used to filter the history.
9414 9415 9416 9417 9418 9419 9420 9421 9422 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9414 class ListBotAnalyzerHistoryResponse < Struct.new( :bot_id, :locale_id, :bot_version, :bot_analyzer_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.
9414 9415 9416 9417 9418 9419 9420 9421 9422 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9414 class ListBotAnalyzerHistoryResponse < Struct.new( :bot_id, :locale_id, :bot_version, :bot_analyzer_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |