Values.DescribeBotVersionResponseSourceProvides metadata about a version of a bot.
type nonrec t = {botId : Id.t option;The identifier of the bot that contains the version.
*)botName : Name.t option;The name of the bot that contains the version.
*)botVersion : NumericalBotVersion.t option;The version of the bot that was described.
*)description : Description.t option;The description specified for the bot.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.
*)dataPrivacy : DataPrivacy.t option;Data privacy settings for the bot version.
*)idleSessionTTLInSeconds : SessionTTL.t option;The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.
*)botStatus : BotStatus.t option;The current status of the bot. When the status is Available, the bot version is ready for use.
*)failureReasons : FailureReasons.t option;If the botStatus is Failed, this contains a list of reasons that the version couldn't be built.
*)creationDateTime : Timestamp.t option;A timestamp of the date and time that the bot version was created.
*)parentBotNetworks : ParentBotNetworks.t option;A list of the networks to which the bot version you described belongs.
*)botType : BotType.t option;The type of the bot in the version that was described.
*)botMembers : BotMembers.t option;The members of bot network in the version that was described.
*)}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 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
| `Integer of SessionTTL.t
| `List of
[> `String of FailureReason.t
| `Structure of (string * [> `String of Id.t ]) list ]
list
| `String of Id.t
| `Structure of (string * [> `Boolean of ChildDirected.t ]) list
| `Timestamp of Timestamp.t ])
list ]