| Package | Description |
|---|---|
| com.amazonaws.services.qconnect |
|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateQuickResponseResult> |
AmazonQConnectAsyncClient.createQuickResponseAsync(CreateQuickResponseRequest request,
AsyncHandler<CreateQuickResponseRequest,CreateQuickResponseResult> asyncHandler) |
Future<CreateQuickResponseResult> |
AmazonQConnectAsync.createQuickResponseAsync(CreateQuickResponseRequest createQuickResponseRequest,
AsyncHandler<CreateQuickResponseRequest,CreateQuickResponseResult> asyncHandler)
Creates an Amazon Q in Connect quick response.
|
Future<CreateQuickResponseResult> |
AbstractAmazonQConnectAsync.createQuickResponseAsync(CreateQuickResponseRequest request,
AsyncHandler<CreateQuickResponseRequest,CreateQuickResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateQuickResponseRequest |
CreateQuickResponseRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.clone() |
CreateQuickResponseRequest |
CreateQuickResponseRequest.withChannels(Collection<String> channels)
The Amazon Connect channels this quick response applies to.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withChannels(String... channels)
The Amazon Connect channels this quick response applies to.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withContent(QuickResponseDataProvider content)
The content of the quick response.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withContentType(String contentType)
The media type of the quick response content.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withDescription(String description)
The description of the quick response.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withGroupingConfiguration(GroupingConfiguration groupingConfiguration)
The configuration information of the user groups that the quick response is accessible to.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withIsActive(Boolean isActive)
Whether the quick response is active.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withLanguage(String language)
The language code value for the language in which the quick response is written.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withName(String name)
The name of the quick response.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withShortcutKey(String shortcutKey)
The shortcut key of the quick response.
|
CreateQuickResponseRequest |
CreateQuickResponseRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2024. All rights reserved.