AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Wisdom::QuickResponse

CfnQuickResponse

Creates an Amazon Q in Connect quick response.

Import

import { CfnQuickResponse } from 'aws-cdk-lib/aws-wisdom';

Or use the module namespace:

import * as wisdom from 'aws-cdk-lib/aws-wisdom';
// wisdom.CfnQuickResponse

Properties

Configuration passed to the constructor as CfnQuickResponseProps.

contentRequired
IResolvable | QuickResponseContentProviderProperty

The content of the quick response.

knowledgeBaseArnRequired
string

The Amazon Resource Name (ARN) of the knowledge base.

nameRequired
string

The name of the quick response.

channelsOptional
string[]

The Amazon Connect contact channels this quick response applies to. The supported contact channel types include `Chat` .

contentTypeOptional
string

The 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.

descriptionOptional
string

The description of the quick response.

groupingConfigurationOptional
IResolvable | GroupingConfigurationProperty

The configuration information of the user groups that the quick response is accessible to.

isActiveOptional
boolean | IResolvable

Whether the quick response is active.

languageOptional
string

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`

shortcutKeyOptional
string

The shortcut key of the quick response. The value should be unique across the knowledge base.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter