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)


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

#identityString

Instructions that define the agent’s identity and persona.

Returns:

  • (String)


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_styleString

Instructions for the desired output style.

Returns:

  • (String)


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_lengthString

Instructions for the desired response length.

Returns:

  • (String)


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

#toneString

Instructions for the desired tone of responses.

Returns:

  • (String)


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