| Package | Description |
|---|---|
| com.amazonaws.services.qconnect |
|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateQuickResponseResult> |
AbstractAmazonQConnectAsync.updateQuickResponseAsync(UpdateQuickResponseRequest request,
AsyncHandler<UpdateQuickResponseRequest,UpdateQuickResponseResult> asyncHandler) |
Future<UpdateQuickResponseResult> |
AmazonQConnectAsyncClient.updateQuickResponseAsync(UpdateQuickResponseRequest request,
AsyncHandler<UpdateQuickResponseRequest,UpdateQuickResponseResult> asyncHandler) |
Future<UpdateQuickResponseResult> |
AmazonQConnectAsync.updateQuickResponseAsync(UpdateQuickResponseRequest updateQuickResponseRequest,
AsyncHandler<UpdateQuickResponseRequest,UpdateQuickResponseResult> asyncHandler)
Updates an existing Amazon Q quick response.
|
| 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 © 2023. All rights reserved.