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