AWS::Wisdom::QuickResponseCreates an Amazon Q in Connect quick response.
import { CfnQuickResponse } from 'aws-cdk-lib/aws-wisdom';Or use the module namespace:
import * as wisdom from 'aws-cdk-lib/aws-wisdom';
// wisdom.CfnQuickResponseConfiguration passed to the constructor as CfnQuickResponseProps.
contentRequiredIResolvable | QuickResponseContentProviderPropertyThe content of the quick response.
knowledgeBaseArnRequiredstringThe Amazon Resource Name (ARN) of the knowledge base.
nameRequiredstringThe name of the quick response.
channelsOptionalstring[]The Amazon Connect contact channels this quick response applies to. The supported contact channel types include `Chat` .
contentTypeOptionalstringThe media type of the quick response content. - Use `application/x.quickresponse;format=plain` for quick response written in plain text. - Use `application/x.quickresponse;format=markdown` for quick response written in richtext.
descriptionOptionalstringThe description of the quick response.
groupingConfigurationOptionalIResolvable | GroupingConfigurationPropertyThe configuration information of the user groups that the quick response is accessible to.
isActiveOptionalboolean | IResolvableWhether the quick response is active.
languageOptionalstringThe 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`
shortcutKeyOptionalstringThe shortcut key of the quick response. The value should be unique across the knowledge base.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-wisdomAWS::Wisdom::QuickResponse