interface ToolInstructionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIAgent.ToolInstructionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIAgent_ToolInstructionProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIAgent.ToolInstructionProperty |
Python | aws_cdk.aws_wisdom.CfnAIAgent.ToolInstructionProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIAgent » 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-lib';
const toolInstructionProperty: wisdom.CfnAIAgent.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