| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
QuickResponseSearchResultData |
QuickResponseSearchResultData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.clearTagsEntries()
Removes all the entries added into Tags.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.clone() |
QuickResponseSearchResultData |
QuickResponseSearchResultData.withAttributesInterpolated(Collection<String> attributesInterpolated)
The user defined contact attributes that are resolved when the search result is returned.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withAttributesInterpolated(String... attributesInterpolated)
The user defined contact attributes that are resolved when the search result is returned.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withAttributesNotInterpolated(Collection<String> attributesNotInterpolated)
The user defined contact attributes that are not resolved when the search result is returned.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withAttributesNotInterpolated(String... attributesNotInterpolated)
The user defined contact attributes that are not resolved when the search result is returned.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withChannels(Collection<String> channels)
The Amazon Connect contact channels this quick response applies to.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withChannels(String... channels)
The Amazon Connect contact channels this quick response applies to.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withContents(QuickResponseContents contents)
The contents of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withContentType(String contentType)
The media type of the quick response content.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withCreatedTime(Date createdTime)
The timestamp when the quick response was created.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withDescription(String description)
The description of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withGroupingConfiguration(GroupingConfiguration groupingConfiguration)
The configuration information of the user groups that the quick response is accessible to.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withIsActive(Boolean isActive)
Whether the quick response is active.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withLanguage(String language)
The language code value for the language in which the quick response is written.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the quick response search result data.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the quick response search result data was last modified.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withName(String name)
The name of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withQuickResponseArn(String quickResponseArn)
The Amazon Resource Name (ARN) of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withQuickResponseId(String quickResponseId)
The identifier of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withShortcutKey(String shortcutKey)
The shortcut key of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withStatus(QuickResponseStatus status)
The resource status of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withStatus(String status)
The resource status of the quick response.
|
QuickResponseSearchResultData |
QuickResponseSearchResultData.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuickResponseSearchResultData> |
SearchQuickResponsesResult.getResults()
The results of the quick response search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchQuickResponsesResult |
SearchQuickResponsesResult.withResults(QuickResponseSearchResultData... results)
The results of the quick response search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQuickResponsesResult.setResults(Collection<QuickResponseSearchResultData> results)
The results of the quick response search.
|
SearchQuickResponsesResult |
SearchQuickResponsesResult.withResults(Collection<QuickResponseSearchResultData> results)
The results of the quick response search.
|
Copyright © 2023. All rights reserved.