| 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<CreateVocabularyResult> |
AbstractAmazonConnectAsync.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
Future<CreateVocabularyResult> |
AmazonConnectAsyncClient.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
Future<CreateVocabularyResult> |
AmazonConnectAsync.createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler)
Creates a custom vocabulary associated with your Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyRequest |
CreateVocabularyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVocabularyRequest |
CreateVocabularyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVocabularyRequest |
CreateVocabularyRequest.clone() |
CreateVocabularyRequest |
CreateVocabularyRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withContent(String content)
The content of the custom vocabulary in plain-text format with a table of values.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withVocabularyName(String vocabularyName)
A unique name of the custom vocabulary.
|
Copyright © 2023. All rights reserved.