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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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)


10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-quicksight/types.rb', line 10955

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