Learn R Programming

paws.customer.engagement (version 0.8.0)

connect_associate_default_vocabulary: Associates an existing vocabulary as the default

Description

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.

See https://www.paws-r-sdk.com/docs/connect_associate_default_vocabulary/ for full documentation.

Usage

connect_associate_default_vocabulary(
  InstanceId,
  LanguageCode,
  VocabularyId = NULL
)

Arguments

InstanceId

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

LanguageCode

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

VocabularyId

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