Values_1.DefaultVocabularySourceContains information about a default vocabulary.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)languageCode : Values_0.VocabularyLanguageCode.t option;The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
*)vocabularyId : Values_0.VocabularyId.t option;The identifier of the custom vocabulary.
*)vocabularyName : VocabularyName.t option;A unique name of the custom vocabulary.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]