AWS::QuickSight::Agent CustomPromptInputParameters - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Agent CustomPromptInputParameters

The parameters for configuring a custom prompt for an agent.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CustomInstructions" : String, "Identity" : String, "OutputStyle" : String, "ResponseLength" : String, "Tone" : String }

YAML

CustomInstructions: String Identity: String OutputStyle: String ResponseLength: String Tone: String

Properties

CustomInstructions

Custom instructions for the agent's behavior.

Required: No

Type: String

Minimum: 5

Maximum: 350000

Update requires: No interruption

Identity

Instructions that define the agent's identity and persona.

Required: No

Type: String

Minimum: 5

Maximum: 350000

Update requires: No interruption

OutputStyle

Instructions for the desired output style.

Required: No

Type: String

Minimum: 5

Maximum: 350000

Update requires: No interruption

ResponseLength

Instructions for the desired response length.

Required: No

Type: String

Minimum: 5

Maximum: 350000

Update requires: No interruption

Tone

Instructions for the desired tone of responses.

Required: No

Type: String

Minimum: 5

Maximum: 350000

Update requires: No interruption