| 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<CreatePromptResult> |
AmazonConnectAsyncClient.createPromptAsync(CreatePromptRequest request,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler) |
Future<CreatePromptResult> |
AbstractAmazonConnectAsync.createPromptAsync(CreatePromptRequest request,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler) |
Future<CreatePromptResult> |
AmazonConnectAsync.createPromptAsync(CreatePromptRequest createPromptRequest,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler)
Creates a prompt.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePromptRequest |
CreatePromptRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePromptRequest |
CreatePromptRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePromptRequest |
CreatePromptRequest.clone() |
CreatePromptRequest |
CreatePromptRequest.withDescription(String description)
The description of the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreatePromptRequest |
CreatePromptRequest.withName(String name)
The name of the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withS3Uri(String s3Uri)
The URI for the S3 bucket where the prompt is stored.
|
CreatePromptRequest |
CreatePromptRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2023. All rights reserved.