| 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 |
|---|---|
CreateVocabularyResult |
AmazonConnectClient.createVocabulary(CreateVocabularyRequest request)
Creates a custom vocabulary associated with your Amazon Connect instance.
|
CreateVocabularyResult |
AmazonConnect.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a custom vocabulary associated with your Amazon Connect instance.
|
CreateVocabularyResult |
AbstractAmazonConnect.createVocabulary(CreateVocabularyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVocabularyResult> |
AbstractAmazonConnectAsync.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.
|
Future<CreateVocabularyResult> |
AmazonConnectAsyncClient.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyResult |
CreateVocabularyResult.clone() |
CreateVocabularyResult |
CreateVocabularyResult.withState(String state)
The current state of the custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withState(VocabularyState state)
The current state of the custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
Copyright © 2022. All rights reserved.