static UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.builder() |
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.channels(String... channels) |
The Amazon Connect contact channels this quick response applies to.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.channels(Collection<String> channels) |
The Amazon Connect contact channels this quick response applies to.
|
default UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.content(Consumer<QuickResponseDataProvider.Builder> content) |
The updated content of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.content(QuickResponseDataProvider content) |
The updated content of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.contentType(String contentType) |
The media type of the quick response content.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.description(String description) |
The updated description of the quick response.
|
default UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.groupingConfiguration(Consumer<GroupingConfiguration.Builder> groupingConfiguration) |
The updated grouping configuration of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.groupingConfiguration(GroupingConfiguration groupingConfiguration) |
The updated grouping configuration of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.isActive(Boolean isActive) |
Whether the quick response is active.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.knowledgeBaseId(String knowledgeBaseId) |
The identifier of the knowledge base.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.language(String language) |
The language code value for the language in which the quick response is written.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.name(String name) |
The name of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.quickResponseId(String quickResponseId) |
The identifier of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.removeDescription(Boolean removeDescription) |
Whether to remove the description from the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.removeGroupingConfiguration(Boolean removeGroupingConfiguration) |
Whether to remove the grouping configuration of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.removeShortcutKey(Boolean removeShortcutKey) |
Whether to remove the shortcut key of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.Builder.shortcutKey(String shortcutKey) |
The shortcut key of the quick response.
|
UpdateQuickResponseRequest.Builder |
UpdateQuickResponseRequest.toBuilder() |
|