Class CfnAIAgent.EmailResponseAIAgentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAIAgent.EmailResponseAIAgentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAIAgent.EmailResponseAIAgentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAIAgent.EmailResponseAIAgentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAIAgent.EmailResponseAIAgentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAIAgent.EmailResponseAIAgentConfigurationProperty
An implementation for
CfnAIAgent.EmailResponseAIAgentConfigurationProperty-
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.EmailResponseAIAgentConfigurationProperty
CfnAIAgent.EmailResponseAIAgentConfigurationProperty.Builder, CfnAIAgent.EmailResponseAIAgentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAIAgent.EmailResponseAIAgentConfigurationProperty.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 ObjectConfiguration settings for knowledge base associations used by the email response agent.final StringThe ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.final StringThe ID of the System AI prompt used for generating professional email responses based on knowledge base content.final StringThe locale setting for language-specific email response generation (for example, en_US, es_ES).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.EmailResponseAIAgentConfigurationProperty.Builder.
-
-
Method Details
-
getAssociationConfigurations
Description copied from interface:CfnAIAgent.EmailResponseAIAgentConfigurationPropertyConfiguration settings for knowledge base associations used by the email response agent.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAIAgent.AssociationConfigurationProperty>- Specified by:
getAssociationConfigurationsin interfaceCfnAIAgent.EmailResponseAIAgentConfigurationProperty- See Also:
-
getEmailQueryReformulationAiPromptId
Description copied from interface:CfnAIAgent.EmailResponseAIAgentConfigurationPropertyThe ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.- Specified by:
getEmailQueryReformulationAiPromptIdin interfaceCfnAIAgent.EmailResponseAIAgentConfigurationProperty- See Also:
-
getEmailResponseAiPromptId
Description copied from interface:CfnAIAgent.EmailResponseAIAgentConfigurationPropertyThe ID of the System AI prompt used for generating professional email responses based on knowledge base content.- Specified by:
getEmailResponseAiPromptIdin interfaceCfnAIAgent.EmailResponseAIAgentConfigurationProperty- See Also:
-
getLocale
Description copied from interface:CfnAIAgent.EmailResponseAIAgentConfigurationPropertyThe locale setting for language-specific email response generation (for example, en_US, es_ES).- Specified by:
getLocalein interfaceCfnAIAgent.EmailResponseAIAgentConfigurationProperty- 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()
-