| 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.BotAliasMetadata
Description
Synopsis
- data BotAliasMetadata = BotAliasMetadata' {}
- newBotAliasMetadata :: BotAliasMetadata
- botAliasMetadata_botName :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_botVersion :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_checksum :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_conversationLogs :: Lens' BotAliasMetadata (Maybe ConversationLogsResponse)
- botAliasMetadata_createdDate :: Lens' BotAliasMetadata (Maybe UTCTime)
- botAliasMetadata_description :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_lastUpdatedDate :: Lens' BotAliasMetadata (Maybe UTCTime)
- botAliasMetadata_name :: Lens' BotAliasMetadata (Maybe Text)
Documentation
data BotAliasMetadata Source #
Provides information about a bot alias.
See: newBotAliasMetadata smart constructor.
Constructors
| BotAliasMetadata' | |
Fields
| |
Instances
newBotAliasMetadata :: BotAliasMetadata Source #
Create a value of BotAliasMetadata 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:botName:BotAliasMetadata', botAliasMetadata_botName - The name of the bot to which the alias points.
$sel:botVersion:BotAliasMetadata', botAliasMetadata_botVersion - The version of the Amazon Lex bot to which the alias points.
$sel:checksum:BotAliasMetadata', botAliasMetadata_checksum - Checksum of the bot alias.
$sel:conversationLogs:BotAliasMetadata', botAliasMetadata_conversationLogs - Settings that determine how Amazon Lex uses conversation logs for the
alias.
$sel:createdDate:BotAliasMetadata', botAliasMetadata_createdDate - The date that the bot alias was created.
$sel:description:BotAliasMetadata', botAliasMetadata_description - A description of the bot alias.
$sel:lastUpdatedDate:BotAliasMetadata', botAliasMetadata_lastUpdatedDate - The date that the bot alias was updated. When you create a resource, the
creation date and last updated date are the same.
$sel:name:BotAliasMetadata', botAliasMetadata_name - The name of the bot alias.
botAliasMetadata_botName :: Lens' BotAliasMetadata (Maybe Text) Source #
The name of the bot to which the alias points.
botAliasMetadata_botVersion :: Lens' BotAliasMetadata (Maybe Text) Source #
The version of the Amazon Lex bot to which the alias points.
botAliasMetadata_checksum :: Lens' BotAliasMetadata (Maybe Text) Source #
Checksum of the bot alias.
botAliasMetadata_conversationLogs :: Lens' BotAliasMetadata (Maybe ConversationLogsResponse) Source #
Settings that determine how Amazon Lex uses conversation logs for the alias.
botAliasMetadata_createdDate :: Lens' BotAliasMetadata (Maybe UTCTime) Source #
The date that the bot alias was created.
botAliasMetadata_description :: Lens' BotAliasMetadata (Maybe Text) Source #
A description of the bot alias.
botAliasMetadata_lastUpdatedDate :: Lens' BotAliasMetadata (Maybe UTCTime) Source #
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
botAliasMetadata_name :: Lens' BotAliasMetadata (Maybe Text) Source #
The name of the bot alias.