interface ParsingPromptProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins.CfnKnowledgeBasePropsMixin.ParsingPromptProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswisdom/mixins#CfnKnowledgeBasePropsMixin_ParsingPromptProperty |
Java | software.amazon.awscdk.mixins.preview.services.wisdom.mixins.CfnKnowledgeBasePropsMixin.ParsingPromptProperty |
Python | aws_cdk.mixins_preview.aws_wisdom.mixins.CfnKnowledgeBasePropsMixin.ParsingPromptProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wisdom » mixins » 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 { mixins as wisdom_mixins } from '@aws-cdk/mixins-preview/aws-wisdom';
const parsingPromptProperty: wisdom_mixins.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