Class: Aws::LexModelsV2::Types::BotRecommendationResults
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotRecommendationResults
- Includes:
- Structure
- Defined in:
- 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
-
#associated_transcripts_url ⇒ String
The presigned url link of the associated transcript.
-
#bot_locale_export_url ⇒ String
The presigned URL link of the recommended bot definition.
-
#statistics ⇒ Types::BotRecommendationResultStatistics
The statistical summary of the bot recommendation results.
Instance Attribute Details
#associated_transcripts_url ⇒ String
The presigned url link of the associated transcript.
2485 2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2485 class BotRecommendationResults < Struct.new( :bot_locale_export_url, :associated_transcripts_url, :statistics) SENSITIVE = [] include Aws::Structure end |
#bot_locale_export_url ⇒ String
The presigned URL link of the recommended bot definition.
2485 2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2485 class BotRecommendationResults < Struct.new( :bot_locale_export_url, :associated_transcripts_url, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::BotRecommendationResultStatistics
The statistical summary of the bot recommendation results.
2485 2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2485 class BotRecommendationResults < Struct.new( :bot_locale_export_url, :associated_transcripts_url, :statistics) SENSITIVE = [] include Aws::Structure end |