Class: Aws::Types::CustomPromptInterface
- Inherits:
-
Object
- Object
- Aws::Types::CustomPromptInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_instructions ⇒ ::String
Returns the value of attribute custom_instructions.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#model_profile_id ⇒ ::String
Returns the value of attribute model_profile_id.
-
#output_style ⇒ ::String
Returns the value of attribute output_style.
-
#prompt_summary ⇒ ::String
Returns the value of attribute prompt_summary.
-
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
-
#response_length ⇒ ::String
Returns the value of attribute response_length.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
-
#tone ⇒ ::String
Returns the value of attribute tone.
Instance Attribute Details
#custom_instructions ⇒ ::String
Returns the value of attribute custom_instructions.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def custom_instructions @custom_instructions end |
#identity ⇒ ::String
Returns the value of attribute identity.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def identity @identity end |
#model_profile_id ⇒ ::String
Returns the value of attribute model_profile_id.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def model_profile_id @model_profile_id end |
#output_style ⇒ ::String
Returns the value of attribute output_style.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def output_style @output_style end |
#prompt_summary ⇒ ::String
Returns the value of attribute prompt_summary.
2952 2953 2954 |
# File 'sig/types.rbs', line 2952 def prompt_summary @prompt_summary end |
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def qbs_aws_account_id @qbs_aws_account_id end |
#response_length ⇒ ::String
Returns the value of attribute response_length.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def response_length @response_length end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def subscription_id @subscription_id end |
#tone ⇒ ::String
Returns the value of attribute tone.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def tone @tone end |