Class: Aws::Types::InvokeAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#bedrock_model_configurations ⇒ Types::BedrockModelConfigurations
Returns the value of attribute bedrock_model_configurations.
-
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
-
#end_session ⇒ Boolean
Returns the value of attribute end_session.
-
#input_text ⇒ ::String
Returns the value of attribute input_text.
-
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
-
#prompt_creation_configurations ⇒ Types::PromptCreationConfigurations
Returns the value of attribute prompt_creation_configurations.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#streaming_configurations ⇒ Types::StreamingConfigurations
Returns the value of attribute streaming_configurations.
Instance Attribute Details
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def agent_alias_id @agent_alias_id end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def agent_id @agent_id end |
#bedrock_model_configurations ⇒ Types::BedrockModelConfigurations
Returns the value of attribute bedrock_model_configurations.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def bedrock_model_configurations @bedrock_model_configurations end |
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def enable_trace @enable_trace end |
#end_session ⇒ Boolean
Returns the value of attribute end_session.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def end_session @end_session end |
#input_text ⇒ ::String
Returns the value of attribute input_text.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def input_text @input_text end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def memory_id @memory_id end |
#prompt_creation_configurations ⇒ Types::PromptCreationConfigurations
Returns the value of attribute prompt_creation_configurations.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def prompt_creation_configurations @prompt_creation_configurations end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def session_id @session_id end |
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def session_state @session_state end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def source_arn @source_arn end |
#streaming_configurations ⇒ Types::StreamingConfigurations
Returns the value of attribute streaming_configurations.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def streaming_configurations @streaming_configurations end |