Values.BatchDeleteCustomVocabularyItemResponseSourceDelete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
type nonrec t = {botId : Id.t option;The identifier of the bot associated with this custom vocabulary.
*)botVersion : BotVersion.t option;The identifier of the version of the bot associated with this custom vocabulary.
*)localeId : LocaleId.t option;The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
*)errors : FailedCustomVocabularyItems.t option;A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.
*)resources : CustomVocabularyItems.t option;A list of custom vocabulary items that were successfully deleted during the operation.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]