| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.BotRecommendationSummary
Description
Synopsis
- data BotRecommendationSummary = BotRecommendationSummary' {}
- newBotRecommendationSummary :: BotRecommendationStatus -> Text -> BotRecommendationSummary
- botRecommendationSummary_creationDateTime :: Lens' BotRecommendationSummary (Maybe UTCTime)
- botRecommendationSummary_lastUpdatedDateTime :: Lens' BotRecommendationSummary (Maybe UTCTime)
- botRecommendationSummary_botRecommendationStatus :: Lens' BotRecommendationSummary BotRecommendationStatus
- botRecommendationSummary_botRecommendationId :: Lens' BotRecommendationSummary Text
Documentation
data BotRecommendationSummary Source #
A summary of the bot recommendation.
See: newBotRecommendationSummary smart constructor.
Constructors
| BotRecommendationSummary' | |
Fields
| |
Instances
newBotRecommendationSummary Source #
Arguments
| :: BotRecommendationStatus | |
| -> Text | |
| -> BotRecommendationSummary |
Create a value of BotRecommendationSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationDateTime:BotRecommendationSummary', botRecommendationSummary_creationDateTime - A timestamp of the date and time that the bot recommendation was
created.
$sel:lastUpdatedDateTime:BotRecommendationSummary', botRecommendationSummary_lastUpdatedDateTime - A timestamp of the date and time that the bot recommendation was last
updated.
$sel:botRecommendationStatus:BotRecommendationSummary', botRecommendationSummary_botRecommendationStatus - The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
$sel:botRecommendationId:BotRecommendationSummary', botRecommendationSummary_botRecommendationId - The unique identifier of the bot recommendation to be updated.
botRecommendationSummary_creationDateTime :: Lens' BotRecommendationSummary (Maybe UTCTime) Source #
A timestamp of the date and time that the bot recommendation was created.
botRecommendationSummary_lastUpdatedDateTime :: Lens' BotRecommendationSummary (Maybe UTCTime) Source #
A timestamp of the date and time that the bot recommendation was last updated.
botRecommendationSummary_botRecommendationStatus :: Lens' BotRecommendationSummary BotRecommendationStatus Source #
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationSummary_botRecommendationId :: Lens' BotRecommendationSummary Text Source #
The unique identifier of the bot recommendation to be updated.