Module: Aws::QConnect::Client::_GetNextMessageResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetNextMessageResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#chunked_response_terminatedBoolean

Returns:

  • (Boolean)


774
# File 'sig/client.rbs', line 774

def chunked_response_terminated: () -> bool

#conversation_session_data::Array[Types::RuntimeSessionData]

Returns:



773
# File 'sig/client.rbs', line 773

def conversation_session_data: () -> ::Array[Types::RuntimeSessionData]

#conversation_stateTypes::ConversationState



771
# File 'sig/client.rbs', line 771

def conversation_state: () -> Types::ConversationState

#next_message_token::String

Returns:

  • (::String)


772
# File 'sig/client.rbs', line 772

def next_message_token: () -> ::String

#request_message_id::String

Returns:

  • (::String)


770
# File 'sig/client.rbs', line 770

def request_message_id: () -> ::String

#responseTypes::MessageOutput



769
# File 'sig/client.rbs', line 769

def response: () -> Types::MessageOutput

#type"TEXT", "TOOL_USE_RESULT"

Returns:

  • ("TEXT", "TOOL_USE_RESULT")


768
# File 'sig/client.rbs', line 768

def type: () -> ("TEXT" | "TOOL_USE_RESULT")