View source: R/connectwisdomservice_operations.R
connectwisdomservice_create_quick_response | R Documentation |
Creates a Wisdom quick response.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_create_quick_response/ for full documentation.
connectwisdomservice_create_quick_response(
channels = NULL,
clientToken = NULL,
content,
contentType = NULL,
description = NULL,
groupingConfiguration = NULL,
isActive = NULL,
knowledgeBaseId,
language = NULL,
name,
shortcutKey = NULL,
tags = NULL
)
channels |
The Amazon Connect channels this quick response applies to. |
clientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. |
content |
[required] The content of the quick response. |
contentType |
The media type of the quick response content.
|
description |
The description of the quick response. |
groupingConfiguration |
The configuration information of the user groups that the quick response is accessible to. |
isActive |
Whether the quick response is active. |
knowledgeBaseId |
[required] The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN. |
language |
The language code value for the language in which the quick response is
written. The supported language codes include |
name |
[required] The name of the quick response. |
shortcutKey |
The shortcut key of the quick response. The value should be unique across the knowledge base. |
tags |
The tags used to organize, track, or control access for this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.