interface QuickResponseContentProviderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnQuickResponsePropsMixin_QuickResponseContentProviderProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnQuickResponsePropsMixin » QuickResponseContentProviderProperty |
The container quick response content.
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/cfn-property-mixins';
const quickResponseContentProviderProperty: wisdom.CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty = {
content: 'content',
};
Properties
| Name | Type | Description |
|---|---|---|
| content? | string | The content of the quick response. |
content?
Type:
string
(optional)
The content of the quick response.

.NET
Go
Java
Python
TypeScript