| 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<UpdateQuickResponseResult> |
AbstractAmazonConnectWisdomAsync.updateQuickResponseAsync(UpdateQuickResponseRequest request,
AsyncHandler<UpdateQuickResponseRequest,UpdateQuickResponseResult> asyncHandler) |
Future<UpdateQuickResponseResult> |
AmazonConnectWisdomAsync.updateQuickResponseAsync(UpdateQuickResponseRequest updateQuickResponseRequest,
AsyncHandler<UpdateQuickResponseRequest,UpdateQuickResponseResult> asyncHandler)
Updates an existing Wisdom quick response.
|
Future<UpdateQuickResponseResult> |
AmazonConnectWisdomAsyncClient.updateQuickResponseAsync(UpdateQuickResponseRequest request,
AsyncHandler<UpdateQuickResponseRequest,UpdateQuickResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.clone() |
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withChannels(Collection<String> channels)
The Amazon Connect contact channels this quick response applies to.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withChannels(String... channels)
The Amazon Connect contact channels this quick response applies to.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withContent(QuickResponseDataProvider content)
The updated content of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withContentType(String contentType)
The media type of the quick response content.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withDescription(String description)
The updated description of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withGroupingConfiguration(GroupingConfiguration groupingConfiguration)
The updated grouping configuration of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withIsActive(Boolean isActive)
Whether the quick response is active.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withLanguage(String language)
The language code value for the language in which the quick response is written.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withName(String name)
The name of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withQuickResponseId(String quickResponseId)
The identifier of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withRemoveDescription(Boolean removeDescription)
Whether to remove the description from the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withRemoveGroupingConfiguration(Boolean removeGroupingConfiguration)
Whether to remove the grouping configuration of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withRemoveShortcutKey(Boolean removeShortcutKey)
Whether to remove the shortcut key of the quick response.
|
UpdateQuickResponseRequest |
UpdateQuickResponseRequest.withShortcutKey(String shortcutKey)
The shortcut key of the quick response.
|
Copyright © 2024. All rights reserved.