Values.IssueLocationSourceSpecifies the location of an identified issue within the bot configuration.
type nonrec t = {botLocale : LocaleId.t option;The locale identifier where the issue was found.
*)intentId : Id.t option;The intent identifier where the issue was found, if applicable.
*)slotId : Id.t option;The slot identifier where the issue was found, if applicable.
*)}