Class: Aws::QuickSight::Types::CustomPromptInputParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_instructionsString

Custom instructions for the agent’s behavior.

Returns:

  • (String)


10904
10905
10906
10907
10908
10909
10910
10911
10912
# File 'lib/aws-sdk-quicksight/types.rb', line 10904

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

#identityString

Instructions that define the agent’s identity and persona.

Returns:

  • (String)


10904
10905
10906
10907
10908
10909
10910
10911
10912
# File 'lib/aws-sdk-quicksight/types.rb', line 10904

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_styleString

Instructions for the desired output style.

Returns:

  • (String)


10904
10905
10906
10907
10908
10909
10910
10911
10912
# File 'lib/aws-sdk-quicksight/types.rb', line 10904

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_lengthString

Instructions for the desired response length.

Returns:

  • (String)


10904
10905
10906
10907
10908
10909
10910
10911
10912
# File 'lib/aws-sdk-quicksight/types.rb', line 10904

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

#toneString

Instructions for the desired tone of responses.

Returns:

  • (String)


10904
10905
10906
10907
10908
10909
10910
10911
10912
# File 'lib/aws-sdk-quicksight/types.rb', line 10904

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