Interface CfnAgent.CustomPromptInterfaceProperty

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

@Stability(Stable) public static interface CfnAgent.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.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: