Values_1.CreateVocabularyResponseSourceCreates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.
type nonrec t = {vocabularyArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the custom vocabulary.
*)vocabularyId : Values_0.VocabularyId.t option;The identifier of the custom vocabulary.
*)state : VocabularyState.t option;The current state of the custom vocabulary.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceConflictException of Values_0.ResourceConflictException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceConflictException of Values_0.ResourceConflictException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceConflictException of Values_0.ResourceConflictException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.ARN.t ]) list ]