Interface CfnTopic.CustomInstructionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopic.CustomInstructionsProperty.Jsii$Proxy
- Enclosing class:
CfnTopic
@Stability(Stable)
public static interface CfnTopic.CustomInstructionsProperty
extends software.amazon.jsii.JsiiSerializable
Instructions that provide additional guidance and context for response generation.
.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.quicksight.*;
CustomInstructionsProperty customInstructionsProperty = CustomInstructionsProperty.builder()
.customInstructionsString("customInstructionsString")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopic.CustomInstructionsPropertystatic final classAn implementation forCfnTopic.CustomInstructionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A text field for providing additional guidance or context for response generation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomInstructionsString
A text field for providing additional guidance or context for response generation.
.- See Also:
-
builder
-