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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentPropsMixin.CustomPromptInputParametersPropertystatic final classAn implementation forCfnAgentPropsMixin.CustomPromptInputParametersProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringCustom instructions for the agent behavior.default StringThe identity or persona of the agent.default StringThe output style for the agent responses.default StringThe desired response length for the agent.default StringgetTone()The tone used in agent responses.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomInstructions
Custom instructions for the agent behavior.- See Also:
-
getIdentity
The identity or persona of the agent.- See Also:
-
getOutputStyle
The output style for the agent responses.- See Also:
-
getResponseLength
The desired response length for the agent.- See Also:
-
getTone
The tone used in agent responses.- See Also:
-
builder
-