This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Wisdom::QuickResponse QuickResponseContents
The content of the quick response stored in different media types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Markdown" :
QuickResponseContentProvider
, "PlainText" :QuickResponseContentProvider
}
Properties
Markdown
-
The quick response content in markdown format.
Required: No
Type: QuickResponseContentProvider
Update requires: No interruption
PlainText
-
The quick response content in plaintext format.
Required: No
Type: QuickResponseContentProvider
Update requires: No interruption