Class: Aws::LexModelsV2::Types::BotRecommendationResults

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_transcripts_urlString

The presigned url link of the associated transcript.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2412

class BotRecommendationResults < Struct.new(
  :bot_locale_export_url,
  :associated_transcripts_url,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#bot_locale_export_urlString

The presigned URL link of the recommended bot definition.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2412

class BotRecommendationResults < Struct.new(
  :bot_locale_export_url,
  :associated_transcripts_url,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::BotRecommendationResultStatistics

The statistical summary of the bot recommendation results.



2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2412

class BotRecommendationResults < Struct.new(
  :bot_locale_export_url,
  :associated_transcripts_url,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end