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

.NET
Go
Java
Python
TypeScript