AWS::Wisdom::QuickResponseDefinition of AWS::Wisdom::QuickResponse Resource Type.
11 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | QuickResponseContentProvider | Required |
KnowledgeBaseArn | string | RequiredCreate-only |
Name | string | Required |
Channels | Array<string> | |
ContentType | string | |
Description | string | |
GroupingConfiguration | GroupingConfiguration | |
IsActive | boolean | |
Language | string | |
ShortcutKey | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Contents | QuickResponseContents | - |
QuickResponseArn | string | The Amazon Resource Name (ARN) of the quick response. |
QuickResponseId | string | The identifier of the quick response. |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Wisdom::QuickResponse
Resources:
MyResource:
Type: AWS::Wisdom::QuickResponse
Properties:
KnowledgeBaseArn: "arn:aws:service:region:account:resource"
Content: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
wisdom:CreateQuickResponsewisdom:GetQuickResponsewisdom:TagResourceconnect:SearchRoutingProfilesconnect:DescribeRoutingProfilewisdom:UpdateQuickResponsewisdom:GetQuickResponsewisdom:TagResourcewisdom:UntagResourceconnect:SearchRoutingProfilesconnect:DescribeRoutingProfilewisdom:DeleteQuickResponsewisdom:UntagResourcewisdom:ListQuickResponseswisdom:GetQuickResponseOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterQuickResponseArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KnowledgeBaseArn