Interface CfnAIPrompt.TextFullAIPromptEditTemplateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIPrompt.TextFullAIPromptEditTemplateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAIPrompt
@Stability(Stable)
public static interface CfnAIPrompt.TextFullAIPromptEditTemplateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
TextFullAIPromptEditTemplateConfigurationProperty textFullAIPromptEditTemplateConfigurationProperty = TextFullAIPromptEditTemplateConfigurationProperty.builder()
.text("text")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAIPrompt.TextFullAIPromptEditTemplateConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getText
- See Also:
-
builder
@Stability(Stable) static CfnAIPrompt.TextFullAIPromptEditTemplateConfigurationProperty.Builder builder()
-