Class: Aws::QuickSight::Types::CustomPromptInputParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomPromptInputParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for configuring a custom prompt for an agent.
Constant Summary collapse
- SENSITIVE =
[:response_length, :output_style, :identity, :tone, :custom_instructions]
Instance Attribute Summary collapse
-
#custom_instructions ⇒ String
Custom instructions for the agent’s behavior.
-
#identity ⇒ String
Instructions that define the agent’s identity and persona.
-
#output_style ⇒ String
Instructions for the desired output style.
-
#response_length ⇒ String
Instructions for the desired response length.
-
#tone ⇒ String
Instructions for the desired tone of responses.
Instance Attribute Details
#custom_instructions ⇒ String
Custom instructions for the agent’s behavior.
10777 10778 10779 10780 10781 10782 10783 10784 10785 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10777 class CustomPromptInputParameters < Struct.new( :response_length, :output_style, :identity, :tone, :custom_instructions) SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions] include Aws::Structure end |
#identity ⇒ String
Instructions that define the agent’s identity and persona.
10777 10778 10779 10780 10781 10782 10783 10784 10785 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10777 class CustomPromptInputParameters < Struct.new( :response_length, :output_style, :identity, :tone, :custom_instructions) SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions] include Aws::Structure end |
#output_style ⇒ String
Instructions for the desired output style.
10777 10778 10779 10780 10781 10782 10783 10784 10785 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10777 class CustomPromptInputParameters < Struct.new( :response_length, :output_style, :identity, :tone, :custom_instructions) SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions] include Aws::Structure end |
#response_length ⇒ String
Instructions for the desired response length.
10777 10778 10779 10780 10781 10782 10783 10784 10785 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10777 class CustomPromptInputParameters < Struct.new( :response_length, :output_style, :identity, :tone, :custom_instructions) SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions] include Aws::Structure end |
#tone ⇒ String
Instructions for the desired tone of responses.
10777 10778 10779 10780 10781 10782 10783 10784 10785 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10777 class CustomPromptInputParameters < Struct.new( :response_length, :output_style, :identity, :tone, :custom_instructions) SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions] include Aws::Structure end |