Class: Aws::Types::SendMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::MessageConfiguration
Returns the value of attribute configuration.
-
#conversation_context ⇒ Types::ConversationContext
Returns the value of attribute conversation_context.
-
#message ⇒ Types::MessageInput
Returns the value of attribute message.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
-
#origin_request_id ⇒ ::String
Returns the value of attribute origin_request_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#type ⇒ "TEXT", "TOOL_USE_RESULT"
Returns the value of attribute type.
Instance Attribute Details
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def ai_agent_id @ai_agent_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def client_token @client_token end |
#configuration ⇒ Types::MessageConfiguration
Returns the value of attribute configuration.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def configuration @configuration end |
#conversation_context ⇒ Types::ConversationContext
Returns the value of attribute conversation_context.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def conversation_context @conversation_context end |
#message ⇒ Types::MessageInput
Returns the value of attribute message.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def @message end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def @metadata end |
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def orchestrator_use_case @orchestrator_use_case end |
#origin_request_id ⇒ ::String
Returns the value of attribute origin_request_id.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def origin_request_id @origin_request_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def session_id @session_id end |
#type ⇒ "TEXT", "TOOL_USE_RESULT"
Returns the value of attribute type.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def type @type end |