Interface CfnAgentPropsMixin.CustomPromptInterfaceProperty

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

@Stability(Stable) public static interface CfnAgentPropsMixin.CustomPromptInterfaceProperty extends software.amazon.jsii.JsiiSerializable
Read-only view of the resolved custom prompt interface for the agent.

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.*;
 CustomPromptInterfaceProperty customPromptInterfaceProperty = CustomPromptInterfaceProperty.builder()
         .customInstructions("customInstructions")
         .identity("identity")
         .modelProfileId("modelProfileId")
         .outputStyle("outputStyle")
         .promptSummary("promptSummary")
         .qbsAwsAccountId("qbsAwsAccountId")
         .responseLength("responseLength")
         .subscriptionId("subscriptionId")
         .tone("tone")
         .build();
 

See Also: