| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateDefaultVocabularyResponse> |
ConnectAsyncClient.associateDefaultVocabulary(Consumer<AssociateDefaultVocabularyRequest.Builder> associateDefaultVocabularyRequest)
Associates an existing vocabulary as the default.
|
default AssociateDefaultVocabularyResponse |
ConnectClient.associateDefaultVocabulary(Consumer<AssociateDefaultVocabularyRequest.Builder> associateDefaultVocabularyRequest)
Associates an existing vocabulary as the default.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.builder() |
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.languageCode(String languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.toBuilder() |
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateDefaultVocabularyRequest.Builder> |
AssociateDefaultVocabularyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.