Class: Aws::Types::GetNextMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNextMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chunked_response_terminated ⇒ Boolean
Returns the value of attribute chunked_response_terminated.
-
#conversation_session_data ⇒ ::Array[Types::RuntimeSessionData]
Returns the value of attribute conversation_session_data.
-
#conversation_state ⇒ Types::ConversationState
Returns the value of attribute conversation_state.
-
#next_message_token ⇒ ::String
Returns the value of attribute next_message_token.
-
#request_message_id ⇒ ::String
Returns the value of attribute request_message_id.
-
#response ⇒ Types::MessageOutput
Returns the value of attribute response.
-
#type ⇒ "TEXT", "TOOL_USE_RESULT"
Returns the value of attribute type.
Instance Attribute Details
#chunked_response_terminated ⇒ Boolean
Returns the value of attribute chunked_response_terminated.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def chunked_response_terminated @chunked_response_terminated end |
#conversation_session_data ⇒ ::Array[Types::RuntimeSessionData]
Returns the value of attribute conversation_session_data.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def conversation_session_data @conversation_session_data end |
#conversation_state ⇒ Types::ConversationState
Returns the value of attribute conversation_state.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def conversation_state @conversation_state end |
#next_message_token ⇒ ::String
Returns the value of attribute next_message_token.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def @next_message_token end |
#request_message_id ⇒ ::String
Returns the value of attribute request_message_id.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def @request_message_id end |
#response ⇒ Types::MessageOutput
Returns the value of attribute response.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def response @response end |
#type ⇒ "TEXT", "TOOL_USE_RESULT"
Returns the value of attribute type.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def type @type end |