Class: Aws::LexModelsV2::Types::ListBotAnalyzerHistoryResponse

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_history_listArray<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_idString

The unique identifier of the bot.

Returns:

  • (String)


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_versionString

The bot version used to filter the history.

Returns:

  • (String)


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_idString

The locale identifier used to filter the history.

Returns:

  • (String)


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_tokenString

If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.

Returns:

  • (String)


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