Interface CfnKnowledgeBase.IParsingPromptProperty
Instructions for interpreting the contents of a document.
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IParsingPromptProperty
Syntax (vb)
Public Interface IParsingPromptProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Wisdom;
var parsingPromptProperty = new ParsingPromptProperty {
ParsingPromptText = "parsingPromptText"
};
Synopsis
Properties
Parsing |
Instructions for interpreting the contents of a document. |
Properties
ParsingPromptText
Instructions for interpreting the contents of a document.
string ParsingPromptText { get; }
Property Value
System.