Class: Aws::LexModelsV2::Types::BotRecommendationSummary

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

Overview

A summary of the bot recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_recommendation_idString

The unique identifier of the bot recommendation to be updated.

Returns:

  • (String)


2445
2446
2447
2448
2449
2450
2451
2452
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2445

class BotRecommendationSummary < Struct.new(
  :bot_recommendation_status,
  :bot_recommendation_id,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_recommendation_statusString

The status of the bot recommendation.

If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

Returns:

  • (String)


2445
2446
2447
2448
2449
2450
2451
2452
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2445

class BotRecommendationSummary < Struct.new(
  :bot_recommendation_status,
  :bot_recommendation_id,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

A timestamp of the date and time that the bot recommendation was created.

Returns:

  • (Time)


2445
2446
2447
2448
2449
2450
2451
2452
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2445

class BotRecommendationSummary < Struct.new(
  :bot_recommendation_status,
  :bot_recommendation_id,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

A timestamp of the date and time that the bot recommendation was last updated.

Returns:

  • (Time)


2445
2446
2447
2448
2449
2450
2451
2452
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2445

class BotRecommendationSummary < Struct.new(
  :bot_recommendation_status,
  :bot_recommendation_id,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end