Class: Aws::Types::GetNextMessageResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chunked_response_terminatedBoolean

Returns the value of attribute chunked_response_terminated.

Returns:

  • (Boolean)


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.

Returns:



1414
1415
1416
# File 'sig/types.rbs', line 1414

def conversation_session_data
  @conversation_session_data
end

#conversation_stateTypes::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.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def next_message_token
  @next_message_token
end

#request_message_id::String

Returns the value of attribute request_message_id.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def request_message_id
  @request_message_id
end

#responseTypes::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.

Returns:

  • ("TEXT", "TOOL_USE_RESULT")


1409
1410
1411
# File 'sig/types.rbs', line 1409

def type
  @type
end