interface NoteTakingAIAgentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnAIAgentPropsMixin_NoteTakingAIAgentConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnAIAgentPropsMixin » NoteTakingAIAgentConfigurationProperty |
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/cfn-property-mixins';
const noteTakingAIAgentConfigurationProperty: wisdom.CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty = {
locale: 'locale',
noteTakingAiGuardrailId: 'noteTakingAiGuardrailId',
noteTakingAiPromptId: 'noteTakingAiPromptId',
};
Properties
| Name | Type | Description |
|---|---|---|
| locale? | string | |
| note | string | |
| note | string |
locale?
Type:
string
(optional)
noteTakingAiGuardrailId?
Type:
string
(optional)
noteTakingAiPromptId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript