Values.StopBotRecommendationResponseSourceStop an already running Bot Recommendation request.
type nonrec t = {botId : Id.t option;The unique identifier of the bot containing the bot recommendation that is being stopped.
*)botVersion : DraftBotVersion.t option;The version of the bot containing the recommendation that is being stopped.
*)localeId : LocaleId.t option;The identifier of the language and locale of the bot response to stop. The string must match one of the supported locales. For more information, see Supported languages
*)botRecommendationStatus : BotRecommendationStatus.t option;The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
*)botRecommendationId : Id.t option;The unique identifier of the bot recommendation that is being stopped.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `PreconditionFailedException of PreconditionFailedException.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 ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.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 ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]