Values.CreateBotAliasRequestSourceCreates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot. For example, you can create an alias called "PROD" that your applications use to call the Amazon Lex bot.
type nonrec t = {botAliasName : Name.t;The alias to create. The name must be unique for the bot.
*)description : Description.t option;A description of the alias. Use this description to help identify the alias.
*)botVersion : NumericalBotVersion.t option;The version of the bot that this alias points to. You can use the UpdateBotAlias operation to change the bot version associated with the alias.
*)botAliasLocaleSettings : BotAliasLocaleSettingsMap.t option;Maps configuration information to a specific locale. You can use this parameter to specify a specific Lambda function to run different functions in different locales.
*)conversationLogSettings : ConversationLogSettings.t option;Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.
*)sentimentAnalysisSettings : SentimentAnalysisSettings.t option;botId : Id.t;The unique identifier of the bot that the alias applies to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of LocaleId.t ]
* [> `String of TagValue.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of LambdaARN.t ]) list ])
list ])
list ])
list
| `String of Name.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of CloudWatchLogGroupArn.t ])
list ])
list ])
list ]
list ])
list ])
list ]