Values.DescribeCustomVocabularyMetadataResponseSourceProvides metadata information about a custom vocabulary.
type nonrec t = {botId : Id.t option;The identifier of the bot that contains the custom vocabulary.
*)botVersion : BotVersion.t option;The version of the bot that contains the custom vocabulary to describe.
*)localeId : LocaleId.t option;The locale that contains the custom vocabulary to describe.
*)customVocabularyStatus : CustomVocabularyStatus.t option;The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
*)creationDateTime : Timestamp.t option;The date and time that the custom vocabulary was created.
*)lastUpdatedDateTime : Timestamp.t option;The date and time that the custom vocabulary was last updated.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Id.t | `Timestamp of Timestamp.t ])
list ]