Values.StopBotRecommendationRequestSourceStop an already running Bot Recommendation request.
type nonrec t = {botId : Id.t;The unique identifier of the bot containing the bot recommendation to be stopped.
*)botVersion : DraftBotVersion.t;The version of the bot containing the bot recommendation.
*)localeId : LocaleId.t;The identifier of the language and locale of the bot recommendation to stop. The string must match one of the supported locales. For more information, see Supported languages
*)botRecommendationId : Id.t;The unique identifier of the bot recommendation to be stopped.
*)}val make :
botId:Id.t ->
botVersion:DraftBotVersion.t ->
localeId:LocaleId.t ->
botRecommendationId:Id.t ->
unit ->
t