Values.BotAliasMetadataSourceProvides information about a bot alias.
type nonrec t = {name : AliasName.t option;The name of the bot alias.
*)description : Description.t option;A description of the bot alias.
*)botVersion : Version.t option;The version of the Amazon Lex bot to which the alias points.
*)botName : BotName.t option;The name of the bot to which the alias points.
*)lastUpdatedDate : Timestamp.t option;The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
*)createdDate : Timestamp.t option;The date that the bot alias was created.
*)checksum : String_.t option;Checksum of the bot alias.
*)conversationLogs : ConversationLogsResponse.t option;Settings that determine how Amazon Lex uses conversation logs for the alias.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AliasName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of KmsKeyArn.t ])
list ]
list
| `String of IamRoleArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]