interface CustomInstructionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTopic.CustomInstructionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_CustomInstructionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTopic.CustomInstructionsProperty |
Python | aws_cdk.aws_quicksight.CfnTopic.CustomInstructionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTopic » CustomInstructionsProperty |
<p>Instructions that provide additional guidance and context for response generation.
.Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const customInstructionsProperty: quicksight.CfnTopic.CustomInstructionsProperty = {
customInstructionsString: 'customInstructionsString',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | A text field for providing additional guidance or context for response generation. . |
customInstructionsString
Type:
string
<p>A text field for providing additional guidance or context for response generation.
.
.NET
Go
Java
Python
TypeScript