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.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def agent_alias_id @agent_alias_id end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def agent_id @agent_id end |
#bedrock_model_configurations ⇒ Types::BedrockModelConfigurations
Returns the value of attribute bedrock_model_configurations.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def bedrock_model_configurations @bedrock_model_configurations end |
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def enable_trace @enable_trace end |
#end_session ⇒ Boolean
Returns the value of attribute end_session.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def end_session @end_session end |
#input_text ⇒ ::String
Returns the value of attribute input_text.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def input_text @input_text end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def memory_id @memory_id end |
#prompt_creation_configurations ⇒ Types::PromptCreationConfigurations
Returns the value of attribute prompt_creation_configurations.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def prompt_creation_configurations @prompt_creation_configurations end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def session_id @session_id end |
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def session_state @session_state end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def source_arn @source_arn end |
#streaming_configurations ⇒ Types::StreamingConfigurations
Returns the value of attribute streaming_configurations.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def streaming_configurations @streaming_configurations end |