Interface CfnKnowledgeBase.ParsingPromptProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBase.ParsingPromptProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBase
@Stability(Stable)
public static interface CfnKnowledgeBase.ParsingPromptProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.wisdom.*;
ParsingPromptProperty parsingPromptProperty = ParsingPromptProperty.builder()
.parsingPromptText("parsingPromptText")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBase.ParsingPromptPropertystatic final classAn implementation forCfnKnowledgeBase.ParsingPromptProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instructions for interpreting the contents of a document.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParsingPromptText
Instructions for interpreting the contents of a document.- See Also:
-
builder
-