Class: Aws::Types::RetrieveAndGenerateResponse
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveAndGenerateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
-
#guardrail_action ⇒ "INTERVENED", "NONE"
Returns the value of attribute guardrail_action.
-
#output ⇒ Types::RetrieveAndGenerateOutput
Returns the value of attribute output.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def citations @citations end |
#guardrail_action ⇒ "INTERVENED", "NONE"
Returns the value of attribute guardrail_action.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def guardrail_action @guardrail_action end |
#output ⇒ Types::RetrieveAndGenerateOutput
Returns the value of attribute output.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def output @output end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def session_id @session_id end |