Interface CfnAgentPropsMixin.CustomPromptInputParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAgentPropsMixin.CustomPromptInputParametersProperty.Jsii$Proxy
Enclosing class:
CfnAgentPropsMixin

@Stability(Stable) public static interface CfnAgentPropsMixin.CustomPromptInputParametersProperty extends software.amazon.jsii.JsiiSerializable
Parameters for creating a new custom prompt configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
 CustomPromptInputParametersProperty customPromptInputParametersProperty = CustomPromptInputParametersProperty.builder()
         .customInstructions("customInstructions")
         .identity("identity")
         .outputStyle("outputStyle")
         .responseLength("responseLength")
         .tone("tone")
         .build();
 

See Also: