interface AIAgentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins.CfnAIAgentPropsMixin.AIAgentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswisdom/mixins#CfnAIAgentPropsMixin_AIAgentConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.wisdom.mixins.CfnAIAgentPropsMixin.AIAgentConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_wisdom.mixins.CfnAIAgentPropsMixin.AIAgentConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wisdom » mixins » CfnAIAgentPropsMixin » AIAgentConfigurationProperty |
A typed union that specifies the configuration based on the type of AI Agent.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as wisdom_mixins } from '@aws-cdk/mixins-preview/aws-wisdom';
const aIAgentConfigurationProperty: wisdom_mixins.CfnAIAgentPropsMixin.AIAgentConfigurationProperty = {
answerRecommendationAiAgentConfiguration: {
answerGenerationAiGuardrailId: 'answerGenerationAiGuardrailId',
answerGenerationAiPromptId: 'answerGenerationAiPromptId',
associationConfigurations: [{
associationConfigurationData: {
knowledgeBaseAssociationConfigurationData: {
contentTagFilter: {
andConditions: [{
key: 'key',
value: 'value',
}],
orConditions: [{
andConditions: [{
key: 'key',
value: 'value',
}],
tagCondition: {
key: 'key',
value: 'value',
},
}],
tagCondition: {
key: 'key',
value: 'value',
},
},
maxResults: 123,
overrideKnowledgeBaseSearchType: 'overrideKnowledgeBaseSearchType',
},
},
associationId: 'associationId',
associationType: 'associationType',
}],
intentLabelingGenerationAiPromptId: 'intentLabelingGenerationAiPromptId',
locale: 'locale',
queryReformulationAiPromptId: 'queryReformulationAiPromptId',
},
emailGenerativeAnswerAiAgentConfiguration: {
associationConfigurations: [{
associationConfigurationData: {
knowledgeBaseAssociationConfigurationData: {
contentTagFilter: {
andConditions: [{
key: 'key',
value: 'value',
}],
orConditions: [{
andConditions: [{
key: 'key',
value: 'value',
}],
tagCondition: {
key: 'key',
value: 'value',
},
}],
tagCondition: {
key: 'key',
value: 'value',
},
},
maxResults: 123,
overrideKnowledgeBaseSearchType: 'overrideKnowledgeBaseSearchType',
},
},
associationId: 'associationId',
associationType: 'associationType',
}],
emailGenerativeAnswerAiPromptId: 'emailGenerativeAnswerAiPromptId',
emailQueryReformulationAiPromptId: 'emailQueryReformulationAiPromptId',
locale: 'locale',
},
emailOverviewAiAgentConfiguration: {
emailOverviewAiPromptId: 'emailOverviewAiPromptId',
locale: 'locale',
},
emailResponseAiAgentConfiguration: {
associationConfigurations: [{
associationConfigurationData: {
knowledgeBaseAssociationConfigurationData: {
contentTagFilter: {
andConditions: [{
key: 'key',
value: 'value',
}],
orConditions: [{
andConditions: [{
key: 'key',
value: 'value',
}],
tagCondition: {
key: 'key',
value: 'value',
},
}],
tagCondition: {
key: 'key',
value: 'value',
},
},
maxResults: 123,
overrideKnowledgeBaseSearchType: 'overrideKnowledgeBaseSearchType',
},
},
associationId: 'associationId',
associationType: 'associationType',
}],
emailQueryReformulationAiPromptId: 'emailQueryReformulationAiPromptId',
emailResponseAiPromptId: 'emailResponseAiPromptId',
locale: 'locale',
},
manualSearchAiAgentConfiguration: {
answerGenerationAiGuardrailId: 'answerGenerationAiGuardrailId',
answerGenerationAiPromptId: 'answerGenerationAiPromptId',
associationConfigurations: [{
associationConfigurationData: {
knowledgeBaseAssociationConfigurationData: {
contentTagFilter: {
andConditions: [{
key: 'key',
value: 'value',
}],
orConditions: [{
andConditions: [{
key: 'key',
value: 'value',
}],
tagCondition: {
key: 'key',
value: 'value',
},
}],
tagCondition: {
key: 'key',
value: 'value',
},
},
maxResults: 123,
overrideKnowledgeBaseSearchType: 'overrideKnowledgeBaseSearchType',
},
},
associationId: 'associationId',
associationType: 'associationType',
}],
locale: 'locale',
},
selfServiceAiAgentConfiguration: {
associationConfigurations: [{
associationConfigurationData: {
knowledgeBaseAssociationConfigurationData: {
contentTagFilter: {
andConditions: [{
key: 'key',
value: 'value',
}],
orConditions: [{
andConditions: [{
key: 'key',
value: 'value',
}],
tagCondition: {
key: 'key',
value: 'value',
},
}],
tagCondition: {
key: 'key',
value: 'value',
},
},
maxResults: 123,
overrideKnowledgeBaseSearchType: 'overrideKnowledgeBaseSearchType',
},
},
associationId: 'associationId',
associationType: 'associationType',
}],
selfServiceAiGuardrailId: 'selfServiceAiGuardrailId',
selfServiceAnswerGenerationAiPromptId: 'selfServiceAnswerGenerationAiPromptId',
selfServicePreProcessingAiPromptId: 'selfServicePreProcessingAiPromptId',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| answer | IResolvable | Answer | The configuration for AI Agents of type ANSWER_RECOMMENDATION . |
| email | IResolvable | Email | Configuration for the EMAIL_GENERATIVE_ANSWER AI agent that provides comprehensive knowledge-based answers for customer queries. |
| email | IResolvable | Email | Configuration for the EMAIL_OVERVIEW AI agent that generates structured overview of email conversations. |
| email | IResolvable | Email | Configuration for the EMAIL_RESPONSE AI agent that generates professional email responses using knowledge base content. |
| manual | IResolvable | Manual | The configuration for AI Agents of type MANUAL_SEARCH . |
| self | IResolvable | Self | The self-service AI agent configuration. |
answerRecommendationAiAgentConfiguration?
Type:
IResolvable | Answer
(optional)
The configuration for AI Agents of type ANSWER_RECOMMENDATION .
emailGenerativeAnswerAiAgentConfiguration?
Type:
IResolvable | Email
(optional)
Configuration for the EMAIL_GENERATIVE_ANSWER AI agent that provides comprehensive knowledge-based answers for customer queries.
emailOverviewAiAgentConfiguration?
Type:
IResolvable | Email
(optional)
Configuration for the EMAIL_OVERVIEW AI agent that generates structured overview of email conversations.
emailResponseAiAgentConfiguration?
Type:
IResolvable | Email
(optional)
Configuration for the EMAIL_RESPONSE AI agent that generates professional email responses using knowledge base content.
manualSearchAiAgentConfiguration?
Type:
IResolvable | Manual
(optional)
The configuration for AI Agents of type MANUAL_SEARCH .
selfServiceAiAgentConfiguration?
Type:
IResolvable | Self
(optional)
The self-service AI agent configuration.

.NET
Go
Java
Python
TypeScript