static CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.builder() |
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.channels(String... channels) |
The Amazon Connect channels this quick response applies to.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.channels(Collection<String> channels) |
The Amazon Connect channels this quick response applies to.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.content(Consumer<QuickResponseDataProvider.Builder> content) |
The content of the quick response.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.content(QuickResponseDataProvider content) |
The content of the quick response.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.contentType(String contentType) |
The media type of the quick response content.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.description(String description) |
The description of the quick response.
|
default CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.groupingConfiguration(Consumer<GroupingConfiguration.Builder> groupingConfiguration) |
The configuration information of the user groups that the quick response is accessible to.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.groupingConfiguration(GroupingConfiguration groupingConfiguration) |
The configuration information of the user groups that the quick response is accessible to.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.isActive(Boolean isActive) |
Whether the quick response is active.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.knowledgeBaseId(String knowledgeBaseId) |
The identifier of the knowledge base.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.language(String language) |
The language code value for the language in which the quick response is written.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.name(String name) |
The name of the quick response.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.shortcutKey(String shortcutKey) |
The shortcut key of the quick response.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
CreateQuickResponseRequest.Builder |
CreateQuickResponseRequest.toBuilder() |
|