Module Values_0.AssociateDefaultVocabularyRequestSource

Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  2. languageCode : VocabularyLanguageCode.t;
    (*

    The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?

    *)
  3. vocabularyId : VocabularyId.t option;
    (*

    The identifier of the custom vocabulary. If this is empty, the default is set to none.

    *)
}
Sourceval context_ : string
Sourceval make : ?vocabularyId:??? -> instanceId:InstanceId.t -> languageCode:VocabularyLanguageCode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of InstanceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t