static QuickResponseData.Builder |
QuickResponseData.builder() |
|
QuickResponseData.Builder |
QuickResponseData.Builder.channels(String... channels) |
The Amazon Connect contact channels this quick response applies to.
|
QuickResponseData.Builder |
QuickResponseData.Builder.channels(Collection<String> channels) |
The Amazon Connect contact channels this quick response applies to.
|
default QuickResponseData.Builder |
QuickResponseData.Builder.contents(Consumer<QuickResponseContents.Builder> contents) |
The contents of the quick response.
|
QuickResponseData.Builder |
QuickResponseData.Builder.contents(QuickResponseContents contents) |
The contents of the quick response.
|
QuickResponseData.Builder |
QuickResponseData.Builder.contentType(String contentType) |
The media type of the quick response content.
|
QuickResponseData.Builder |
QuickResponseData.Builder.createdTime(Instant createdTime) |
The timestamp when the quick response was created.
|
QuickResponseData.Builder |
QuickResponseData.Builder.description(String description) |
The description of the quick response.
|
default QuickResponseData.Builder |
QuickResponseData.Builder.groupingConfiguration(Consumer<GroupingConfiguration.Builder> groupingConfiguration) |
The configuration information of the user groups that the quick response is accessible to.
|
QuickResponseData.Builder |
QuickResponseData.Builder.groupingConfiguration(GroupingConfiguration groupingConfiguration) |
The configuration information of the user groups that the quick response is accessible to.
|
QuickResponseData.Builder |
QuickResponseData.Builder.isActive(Boolean isActive) |
Whether the quick response is active.
|
QuickResponseData.Builder |
QuickResponseData.Builder.knowledgeBaseArn(String knowledgeBaseArn) |
The Amazon Resource Name (ARN) of the knowledge base.
|
QuickResponseData.Builder |
QuickResponseData.Builder.knowledgeBaseId(String knowledgeBaseId) |
The identifier of the knowledge base.
|
QuickResponseData.Builder |
QuickResponseData.Builder.language(String language) |
The language code value for the language in which the quick response is written.
|
QuickResponseData.Builder |
QuickResponseData.Builder.lastModifiedBy(String lastModifiedBy) |
The Amazon Resource Name (ARN) of the user who last updated the quick response data.
|
QuickResponseData.Builder |
QuickResponseData.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp when the quick response data was last modified.
|
QuickResponseData.Builder |
QuickResponseData.Builder.name(String name) |
The name of the quick response.
|
QuickResponseData.Builder |
QuickResponseData.Builder.quickResponseArn(String quickResponseArn) |
The Amazon Resource Name (ARN) of the quick response.
|
QuickResponseData.Builder |
QuickResponseData.Builder.quickResponseId(String quickResponseId) |
The identifier of the quick response.
|
QuickResponseData.Builder |
QuickResponseData.Builder.shortcutKey(String shortcutKey) |
The shortcut key of the quick response.
|
QuickResponseData.Builder |
QuickResponseData.Builder.status(String status) |
The status of the quick response data.
|
QuickResponseData.Builder |
QuickResponseData.Builder.status(QuickResponseStatus status) |
The status of the quick response data.
|
QuickResponseData.Builder |
QuickResponseData.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
QuickResponseData.Builder |
QuickResponseData.toBuilder() |
|