interface ParsingPromptProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnKnowledgeBasePropsMixin.ParsingPromptProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnKnowledgeBasePropsMixin_ParsingPromptProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnKnowledgeBasePropsMixin.ParsingPromptProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnKnowledgeBasePropsMixin.ParsingPromptProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnKnowledgeBasePropsMixin » ParsingPromptProperty |
Instructions for interpreting the contents of a document.
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 parsingPromptProperty: wisdom.CfnKnowledgeBasePropsMixin.ParsingPromptProperty = {
parsingPromptText: 'parsingPromptText',
};
Properties
| Name | Type | Description |
|---|---|---|
| parsing | string | Instructions for interpreting the contents of a document. |
parsingPromptText?
Type:
string
(optional)
Instructions for interpreting the contents of a document.

.NET
Go
Java
Python
TypeScript