Values.DescribeBotAnalyzerRecommendationRequestSourceRetrieves the analysis results and recommendations for bot optimization. The analysis must be in Available status before recommendations can be retrieved. Recommendations are returned with pagination support. Each recommendation includes the issue location, priority level, detailed description, and proposed fix.
type nonrec t = {botId : Id.t;The unique identifier of the bot.
*)botAnalyzerRequestId : UUID.t;The unique identifier of the analysis request.
*)nextToken : NextToken.t option;If the response from a previous request was truncated, the nextToken value is used to retrieve the next page of recommendations.
*)maxResults : MaxResults.t option;The maximum number of recommendations to return in the response. The default is 5.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of Id.t ]) list ]