Module Values.DeleteBotAnalyzerRecommendationRequestSource

Permanently deletes the recommendations and analysis results for a specific bot analysis request. This operation is provided for GDPR compliance and cannot be undone. After deletion, the analysis results cannot be retrieved. The analysis request ID will still appear in the history list, but attempting to describe the recommendations will return a ResourceNotFoundException.

Sourcetype nonrec t = {
  1. botId : Id.t;
    (*

    The unique identifier of the bot.

    *)
  2. botAnalyzerRequestId : UUID.t;
    (*

    The unique identifier of the analysis request whose recommendations should be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : botId:Id.t -> botAnalyzerRequestId:UUID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t