Updates an existing Wisdom quick response
Source:R/connectwisdomservice_operations.R
connectwisdomservice_update_quick_response.RdUpdates an existing Wisdom quick response.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_update_quick_response/ for full documentation.
Usage
connectwisdomservice_update_quick_response(
channels = NULL,
content = NULL,
contentType = NULL,
description = NULL,
groupingConfiguration = NULL,
isActive = NULL,
knowledgeBaseId,
language = NULL,
name = NULL,
quickResponseId,
removeDescription = NULL,
removeGroupingConfiguration = NULL,
removeShortcutKey = NULL,
shortcutKey = NULL
)Arguments
- channels
The Amazon Connect contact channels this quick response applies to. The supported contact channel types include
Chat.- content
The updated content of the quick response.
- contentType
The media type of the quick response content.
Use
application/x.quickresponse;format=plainfor quick response written in plain text.Use
application/x.quickresponse;format=markdownfor quick response written in richtext.
- description
The updated description of the quick response.
- groupingConfiguration
The updated grouping configuration of the quick response.
- 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
de_DE,en_US,es_ES,fr_FR,id_ID,it_IT,ja_JP,ko_KR,pt_BR,zh_CN,zh_TW- name
The name of the quick response.
- quickResponseId
[required] The identifier of the quick response.
- removeDescription
Whether to remove the description from the quick response.
- removeGroupingConfiguration
Whether to remove the grouping configuration of the quick response.
- removeShortcutKey
Whether to remove the shortcut key of the quick response.
- shortcutKey
The shortcut key of the quick response. The value should be unique across the knowledge base.