interface EmailOverviewAIAgentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIAgent.EmailOverviewAIAgentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIAgent_EmailOverviewAIAgentConfigurationProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIAgent.EmailOverviewAIAgentConfigurationProperty |
Python | aws_cdk.aws_wisdom.CfnAIAgent.EmailOverviewAIAgentConfigurationProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIAgent » EmailOverviewAIAgentConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const emailOverviewAIAgentConfigurationProperty: wisdom.CfnAIAgent.EmailOverviewAIAgentConfigurationProperty = {
emailOverviewAiPromptId: 'emailOverviewAiPromptId',
locale: 'locale',
};
Properties
| Name | Type | Description |
|---|---|---|
| email | string | |
| locale? | string |
emailOverviewAiPromptId?
Type:
string
(optional)
locale?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript