Class: Aws::QuickSight::Types::CustomPromptInterface

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The custom prompt interface configuration that defines how an agent’s prompt is configured.

Constant Summary collapse

SENSITIVE =
[:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_instructionsString

Custom instructions for the agent’s behavior.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#identityString

Instructions that define the agent’s identity and persona.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#model_profile_idString

The identifier of the model profile.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#output_styleString

Instructions for the desired output style.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#prompt_summaryString

A summary of the custom prompt configuration.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#qbs_aws_account_idString

The Amazon Web Services account ID for the Q Business service.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#response_lengthString

Instructions for the desired response length.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#subscription_idString

The subscription identifier.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end

#toneString

Instructions for the desired tone of responses.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
# File 'lib/aws-sdk-quicksight/types.rb', line 10828

class CustomPromptInterface < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id,
  :response_length,
  :output_style,
  :identity,
  :tone,
  :custom_instructions,
  :prompt_summary)
  SENSITIVE = [:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary]
  include Aws::Structure
end