Values.StopBotAnalyzerResponseSourceCancels an ongoing bot analysis execution. Once stopped, the analysis cannot be resumed and no recommendations will be generated.
type nonrec t = {botId : Id.t option;The unique identifier of the bot.
*)botVersion : DraftBotVersion.t option;The version of the bot.
*)localeId : LocaleId.t option;The locale identifier of the bot locale.
*)botAnalyzerStatus : BotAnalyzerStatus.t option;The updated status of the analysis. The status will be Stopping and will eventually transition to Stopped. Valid Values: Processing | Available | Failed | Stopping | Stopped
*)botAnalyzerRequestId : UUID.t option;The unique identifier of the analysis request.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `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
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]