| 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.LexModels.Types.BotMetadata
Description
Synopsis
- data BotMetadata = BotMetadata' {}
 - newBotMetadata :: BotMetadata
 - botMetadata_createdDate :: Lens' BotMetadata (Maybe UTCTime)
 - botMetadata_description :: Lens' BotMetadata (Maybe Text)
 - botMetadata_lastUpdatedDate :: Lens' BotMetadata (Maybe UTCTime)
 - botMetadata_name :: Lens' BotMetadata (Maybe Text)
 - botMetadata_status :: Lens' BotMetadata (Maybe LexStatus)
 - botMetadata_version :: Lens' BotMetadata (Maybe Text)
 
Documentation
data BotMetadata Source #
Provides information about a bot. .
See: newBotMetadata smart constructor.
Constructors
| BotMetadata' | |
Fields 
  | |
Instances
newBotMetadata :: BotMetadata Source #
Create a value of BotMetadata 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:createdDate:BotMetadata', botMetadata_createdDate - The date that the bot was created.
$sel:description:BotMetadata', botMetadata_description - A description of the bot.
$sel:lastUpdatedDate:BotMetadata', botMetadata_lastUpdatedDate - The date that the bot was updated. When you create a bot, the creation
 date and last updated date are the same.
$sel:name:BotMetadata', botMetadata_name - The name of the bot.
$sel:status:BotMetadata', botMetadata_status - The status of the bot.
$sel:version:BotMetadata', botMetadata_version - The version of the bot. For a new bot, the version is always $LATEST.
botMetadata_createdDate :: Lens' BotMetadata (Maybe UTCTime) Source #
The date that the bot was created.
botMetadata_description :: Lens' BotMetadata (Maybe Text) Source #
A description of the bot.
botMetadata_lastUpdatedDate :: Lens' BotMetadata (Maybe UTCTime) Source #
The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
botMetadata_name :: Lens' BotMetadata (Maybe Text) Source #
The name of the bot.
botMetadata_status :: Lens' BotMetadata (Maybe LexStatus) Source #
The status of the bot.
botMetadata_version :: Lens' BotMetadata (Maybe Text) Source #
The version of the bot. For a new bot, the version is always $LATEST.