Class CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty>
- Enclosing interface:
CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty
@Stability(Stable)
public static final class CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociationConfigurations(List<? extends Object> associationConfigurations) associationConfigurations(IResolvable associationConfigurations) build()Builds the configured instance.emailQueryReformulationAiPromptId(String emailQueryReformulationAiPromptId) emailResponseAiPromptId(String emailResponseAiPromptId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associationConfigurations
@Stability(Stable) public CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder associationConfigurations(IResolvable associationConfigurations) Sets the value ofCfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.getAssociationConfigurations()- Parameters:
associationConfigurations- Configuration settings for knowledge base associations used by the email response agent.- Returns:
this
-
associationConfigurations
@Stability(Stable) public CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder associationConfigurations(List<? extends Object> associationConfigurations) Sets the value ofCfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.getAssociationConfigurations()- Parameters:
associationConfigurations- Configuration settings for knowledge base associations used by the email response agent.- Returns:
this
-
emailQueryReformulationAiPromptId
@Stability(Stable) public CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder emailQueryReformulationAiPromptId(String emailQueryReformulationAiPromptId) Sets the value ofCfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.getEmailQueryReformulationAiPromptId()- Parameters:
emailQueryReformulationAiPromptId- The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.- Returns:
this
-
emailResponseAiPromptId
@Stability(Stable) public CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder emailResponseAiPromptId(String emailResponseAiPromptId) Sets the value ofCfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.getEmailResponseAiPromptId()- Parameters:
emailResponseAiPromptId- The ID of the System AI prompt used for generating professional email responses based on knowledge base content.- Returns:
this
-
locale
@Stability(Stable) public CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty.Builder locale(String locale) - Parameters:
locale- The locale setting for language-specific email response generation (for example, en_US, es_ES).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty>- Returns:
- a new instance of
CfnAIAgentPropsMixin.EmailResponseAIAgentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-