interface CfnQuickResponseProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.CfnQuickResponseProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnQuickResponseProps |
![]() | software.amazon.awscdk.services.wisdom.CfnQuickResponseProps |
![]() | aws_cdk.aws_wisdom.CfnQuickResponseProps |
![]() | aws-cdk-lib » aws_wisdom » CfnQuickResponseProps |
Properties for defining a CfnQuickResponse
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const cfnQuickResponseProps: wisdom.CfnQuickResponseProps = {
content: {
content: 'content',
},
knowledgeBaseArn: 'knowledgeBaseArn',
name: 'name',
// the properties below are optional
channels: ['channels'],
contentType: 'contentType',
description: 'description',
groupingConfiguration: {
criteria: 'criteria',
values: ['values'],
},
isActive: false,
language: 'language',
shortcutKey: 'shortcutKey',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
content | IResolvable | Quick | The content of the quick response. |
knowledge | string | The Amazon Resource Name (ARN) of the knowledge base. |
name | string | The name of the quick response. |
channels? | string[] | The Amazon Connect contact channels this quick response applies to. |
content | string | The media type of the quick response content. |
description? | string | The description of the quick response. |
grouping | IResolvable | Grouping | The configuration information of the user groups that the quick response is accessible to. |
is | boolean | IResolvable | Whether the quick response is active. |
language? | string | The language code value for the language in which the quick response is written. |
shortcut | string | The shortcut key of the quick response. |
tags? | Cfn [] | The tags used to organize, track, or control access for this resource. |
content
Type:
IResolvable
|
Quick
The content of the quick response.
knowledgeBaseArn
Type:
string
The Amazon Resource Name (ARN) of the knowledge base.
name
Type:
string
The name of the quick response.
channels?
Type:
string[]
(optional)
The Amazon Connect contact channels this quick response applies to.
The supported contact channel types include Chat
.
contentType?
Type:
string
(optional)
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.
description?
Type:
string
(optional)
The description of the quick response.
groupingConfiguration?
Type:
IResolvable
|
Grouping
(optional)
The configuration information of the user groups that the quick response is accessible to.
isActive?
Type:
boolean |
IResolvable
(optional)
Whether the quick response is active.
language?
Type:
string
(optional)
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
shortcutKey?
Type:
string
(optional)
The shortcut key of the quick response.
The value should be unique across the knowledge base.
tags?
Type:
Cfn
[]
(optional)
The tags used to organize, track, or control access for this resource.