Values.DescribeBotAliasResponseSourceGet information about a specific bot alias.
type nonrec t = {botAliasId : BotAliasId.t option;The identifier of the bot alias.
*)botAliasName : Name.t option;The name of the bot alias.
*)description : Description.t option;The description of the bot alias.
*)botVersion : BotVersion.t option;The version of the bot associated with the bot alias.
*)botAliasLocaleSettings : BotAliasLocaleSettingsMap.t option;The locale settings that are unique to the alias.
*)conversationLogSettings : ConversationLogSettings.t option;Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
*)sentimentAnalysisSettings : SentimentAnalysisSettings.t option;botAliasHistoryEvents : BotAliasHistoryEventsList.t option;A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.
*)botAliasStatus : BotAliasStatus.t option;The current status of the alias. When the alias is Available, the alias is ready for use with your bot.
*)botId : Id.t option;The identifier of the bot associated with the bot alias.
*)creationDateTime : Timestamp.t option;A timestamp of the date and time that the alias was created.
*)lastUpdatedDateTime : Timestamp.t option;A timestamp of the date and time that the alias was last updated.
*)parentBotNetworks : ParentBotNetworks.t option;A list of the networks to which the bot alias you described belongs.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?botAliasId:??? ->
?botAliasName:??? ->
?description:??? ->
?botVersion:??? ->
?botAliasLocaleSettings:??? ->
?conversationLogSettings:??? ->
?sentimentAnalysisSettings:??? ->
?botAliasHistoryEvents:??? ->
?botAliasStatus:??? ->
?botId:??? ->
?creationDateTime:??? ->
?lastUpdatedDateTime:??? ->
?parentBotNetworks:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of BotVersion.t | `Timestamp of Timestamp.t ])
list ]
list
| `Map of
([> `String of LocaleId.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of LambdaARN.t ]) list ])
list ])
list ])
list
| `String of BotAliasId.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
| `Timestamp of Timestamp.t ])
list ]