Values.BotAnalyzerRecommendationSourceContains a recommendation for bot optimization identified by the Bot Analyzer.
type nonrec t = {issueLocation : IssueLocation.t option;The location information for the identified issue within the bot configuration.
*)priority : Priority.t option;The priority level of the recommendation. Valid Values: High | Medium | Low
*)issueDescription : Description.t option;A detailed description of the identified configuration issue.
*)proposedFix : Description.t option;The recommended solution to address the identified issue.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Description.t
| `Structure of (string * [> `String of LocaleId.t ]) list ])
list ]