/AWS1/CL_WIS=>CREATEQUICKRESPONSE()
¶
About CreateQuickResponse¶
Creates a Wisdom quick response.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_KNOWLEDGEBASEID
TYPE /AWS1/WISUUIDORARN
/AWS1/WISUUIDORARN
¶
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.
IV_NAME
TYPE /AWS1/WISQUICKRESPONSENAME
/AWS1/WISQUICKRESPONSENAME
¶
The name of the quick response.
IO_CONTENT
TYPE REF TO /AWS1/CL_WISQUICKRSPDATAPVDR
/AWS1/CL_WISQUICKRSPDATAPVDR
¶
The content of the quick response.
Optional arguments:¶
IV_CONTENTTYPE
TYPE /AWS1/WISQUICKRESPONSETYPE
/AWS1/WISQUICKRESPONSETYPE
¶
The media type of the quick response content.
Use
application/x.quickresponse;format=plain
for a quick response written in plain text.Use
application/x.quickresponse;format=markdown
for a quick response written in richtext.
IO_GROUPINGCONFIGURATION
TYPE REF TO /AWS1/CL_WISGROUPINGCONF
/AWS1/CL_WISGROUPINGCONF
¶
The configuration information of the user groups that the quick response is accessible to.
IV_DESCRIPTION
TYPE /AWS1/WISQUICKRESPONSEDESC
/AWS1/WISQUICKRESPONSEDESC
¶
The description of the quick response.
IV_SHORTCUTKEY
TYPE /AWS1/WISSHORTCUTKEY
/AWS1/WISSHORTCUTKEY
¶
The shortcut key of the quick response. The value should be unique across the knowledge base.
IV_ISACTIVE
TYPE /AWS1/WISBOOLEAN
/AWS1/WISBOOLEAN
¶
Whether the quick response is active.
IT_CHANNELS
TYPE /AWS1/CL_WISCHANNELS_W=>TT_CHANNELS
TT_CHANNELS
¶
The Amazon Connect channels this quick response applies to.
IV_LANGUAGE
TYPE /AWS1/WISLANGUAGECODE
/AWS1/WISLANGUAGECODE
¶
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
IV_CLIENTTOKEN
TYPE /AWS1/WISNONEMPTYSTRING
/AWS1/WISNONEMPTYSTRING
¶
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.
IT_TAGS
TYPE /AWS1/CL_WISTAGS_W=>TT_TAGS
TT_TAGS
¶
The tags used to organize, track, or control access for this resource.