| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateDefaultVocabularyResult> |
AmazonConnectAsyncClient.associateDefaultVocabularyAsync(AssociateDefaultVocabularyRequest request,
AsyncHandler<AssociateDefaultVocabularyRequest,AssociateDefaultVocabularyResult> asyncHandler) |
Future<AssociateDefaultVocabularyResult> |
AmazonConnectAsync.associateDefaultVocabularyAsync(AssociateDefaultVocabularyRequest associateDefaultVocabularyRequest,
AsyncHandler<AssociateDefaultVocabularyRequest,AssociateDefaultVocabularyResult> asyncHandler)
Associates an existing vocabulary as the default.
|
Future<AssociateDefaultVocabularyResult> |
AbstractAmazonConnectAsync.associateDefaultVocabularyAsync(AssociateDefaultVocabularyRequest request,
AsyncHandler<AssociateDefaultVocabularyRequest,AssociateDefaultVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateDefaultVocabularyRequest |
AssociateDefaultVocabularyRequest.clone() |
AssociateDefaultVocabularyRequest |
AssociateDefaultVocabularyRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateDefaultVocabularyRequest |
AssociateDefaultVocabularyRequest.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest |
AssociateDefaultVocabularyRequest.withLanguageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest |
AssociateDefaultVocabularyRequest.withVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
Copyright © 2024. All rights reserved.