Class CfnAgent.CustomPromptInterfaceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAgent.CustomPromptInterfaceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgent.CustomPromptInterfaceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgent.CustomPromptInterfaceProperty
@Stability(Stable)
@Internal
public static final class CfnAgent.CustomPromptInterfaceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgent.CustomPromptInterfaceProperty
An implementation for
CfnAgent.CustomPromptInterfaceProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAgent.CustomPromptInterfaceProperty
CfnAgent.CustomPromptInterfaceProperty.Builder, CfnAgent.CustomPromptInterfaceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgent.CustomPromptInterfaceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringCustom instructions for the agent behavior.final StringThe identity or persona of the agent.final StringThe identifier of the model profile.final StringThe output style for the agent responses.final StringA summary of the resolved prompt.final StringThe QBS AWS account identifier.final StringThe desired response length for the agent.final StringThe subscription identifier.final StringgetTone()The tone used in agent responses.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAgent.CustomPromptInterfaceProperty.Builder.
-
-
Method Details
-
getCustomInstructions
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyCustom instructions for the agent behavior.- Specified by:
getCustomInstructionsin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getIdentity
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe identity or persona of the agent.- Specified by:
getIdentityin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getModelProfileId
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe identifier of the model profile.- Specified by:
getModelProfileIdin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getOutputStyle
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe output style for the agent responses.- Specified by:
getOutputStylein interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getPromptSummary
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyA summary of the resolved prompt.- Specified by:
getPromptSummaryin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getQbsAwsAccountId
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe QBS AWS account identifier.- Specified by:
getQbsAwsAccountIdin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getResponseLength
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe desired response length for the agent.- Specified by:
getResponseLengthin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getSubscriptionId
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe subscription identifier.- Specified by:
getSubscriptionIdin interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
getTone
Description copied from interface:CfnAgent.CustomPromptInterfacePropertyThe tone used in agent responses.- Specified by:
getTonein interfaceCfnAgent.CustomPromptInterfaceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-