Values.BotRecommendationResultsSourceThe object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.
type nonrec t = {botLocaleExportUrl : PresignedS3Url.t option;The presigned URL link of the recommended bot definition.
*)associatedTranscriptsUrl : PresignedS3Url.t option;The presigned url link of the associated transcript.
*)statistics : BotRecommendationResultStatistics.t option;The statistical summary of the bot recommendation results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PresignedS3Url.t
| `Structure of
(string
* [> `Structure of (string * [> `Integer of Count.t ]) list ])
list ])
list ]