| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom |
Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking
with customers.
|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSessionResult> |
AbstractAmazonConnectWisdomAsync.createSessionAsync(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler) |
Future<CreateSessionResult> |
AmazonConnectWisdomAsync.createSessionAsync(CreateSessionRequest createSessionRequest,
AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler)
Creates a session.
|
Future<CreateSessionResult> |
AmazonConnectWisdomAsyncClient.createSessionAsync(CreateSessionRequest request,
AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSessionRequest |
CreateSessionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSessionRequest |
CreateSessionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSessionRequest |
CreateSessionRequest.clone() |
CreateSessionRequest |
CreateSessionRequest.withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
CreateSessionRequest |
CreateSessionRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateSessionRequest |
CreateSessionRequest.withDescription(String description)
The description.
|
CreateSessionRequest |
CreateSessionRequest.withName(String name)
The name of the session.
|
CreateSessionRequest |
CreateSessionRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2023. All rights reserved.