Values.StartBotAnalyzerRequestSourceInitiates an asynchronous analysis of your bot configuration using AI-powered analysis to identify potential issues and recommend improvements based on AWS best practices. The analysis examines your bot's configuration, including intents, utterances, slots, and conversation flows, to provide actionable recommendations for optimization.
type nonrec t = {botId : Id.t;The unique identifier of the bot to analyze.
*)analysisScope : AnalysisScope.t;The scope of analysis to perform. Currently only BotLocale scope is supported. Valid Values: BotLocale
*)localeId : LocaleId.t option;The locale identifier for the bot locale to analyze. Required when analysisScope is BotLocale.
*)botVersion : DraftBotVersion.t option;The version of the bot to analyze. Defaults to DRAFT if not specified.
*)}val make :
?localeId:??? ->
?botVersion:??? ->
botId:Id.t ->
analysisScope:AnalysisScope.t ->
unit ->
t