Values.BotLocaleSummarySourceSummary information about bot locales returned by the ListBotLocales operation.
type nonrec t = {localeId : LocaleId.t option;The language and locale of the bot locale.
*)localeName : LocaleName.t option;The name of the bot locale.
*)description : Description.t option;The description of the bot locale.
*)botLocaleStatus : BotLocaleStatus.t option;The current status of the bot locale. When the status is Built the locale is ready for use.
*)lastUpdatedDateTime : Timestamp.t option;A timestamp of the date and time that the bot locale was last updated.
*)lastBuildSubmittedDateTime : Timestamp.t option;A timestamp of the date and time that the bot locale was last built.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LocaleId.t
| `Timestamp of Timestamp.t ])
list ]