Class CfnAIAgent.SelfServiceAIAgentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAIAgent.SelfServiceAIAgentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAIAgent.SelfServiceAIAgentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAIAgent.SelfServiceAIAgentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAIAgent.SelfServiceAIAgentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAIAgent.SelfServiceAIAgentConfigurationProperty
An implementation for
CfnAIAgent.SelfServiceAIAgentConfigurationProperty-
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.wisdom.CfnAIAgent.SelfServiceAIAgentConfigurationProperty
CfnAIAgent.SelfServiceAIAgentConfigurationProperty.Builder, CfnAIAgent.SelfServiceAIAgentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAIAgent.SelfServiceAIAgentConfigurationProperty.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 ObjectThe association configuration of the self-service AI agent.final StringThe ID of the self-service AI guardrail.final StringThe ID of the self-service answer generation AI prompt.final StringThe ID of the self-service preprocessing AI prompt.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 theCfnAIAgent.SelfServiceAIAgentConfigurationProperty.Builder.
-
-
Method Details
-
getAssociationConfigurations
Description copied from interface:CfnAIAgent.SelfServiceAIAgentConfigurationPropertyThe association configuration of the self-service AI agent.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAIAgent.AssociationConfigurationProperty>- Specified by:
getAssociationConfigurationsin interfaceCfnAIAgent.SelfServiceAIAgentConfigurationProperty- See Also:
-
getSelfServiceAiGuardrailId
Description copied from interface:CfnAIAgent.SelfServiceAIAgentConfigurationPropertyThe ID of the self-service AI guardrail.- Specified by:
getSelfServiceAiGuardrailIdin interfaceCfnAIAgent.SelfServiceAIAgentConfigurationProperty- See Also:
-
getSelfServiceAnswerGenerationAiPromptId
Description copied from interface:CfnAIAgent.SelfServiceAIAgentConfigurationPropertyThe ID of the self-service answer generation AI prompt.- Specified by:
getSelfServiceAnswerGenerationAiPromptIdin interfaceCfnAIAgent.SelfServiceAIAgentConfigurationProperty- See Also:
-
getSelfServicePreProcessingAiPromptId
Description copied from interface:CfnAIAgent.SelfServiceAIAgentConfigurationPropertyThe ID of the self-service preprocessing AI prompt.- Specified by:
getSelfServicePreProcessingAiPromptIdin interfaceCfnAIAgent.SelfServiceAIAgentConfigurationProperty- 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()
-