Module: Aws::QConnect::Client::_GetNextMessageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNextMessageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #chunked_response_terminated ⇒ Boolean
- #conversation_session_data ⇒ ::Array[Types::RuntimeSessionData]
- #conversation_state ⇒ Types::ConversationState
- #next_message_token ⇒ ::String
- #request_message_id ⇒ ::String
- #response ⇒ Types::MessageOutput
- #type ⇒ "TEXT", "TOOL_USE_RESULT"
Instance Method Details
#chunked_response_terminated ⇒ Boolean
774 |
# File 'sig/client.rbs', line 774
def chunked_response_terminated: () -> bool
|
#conversation_session_data ⇒ ::Array[Types::RuntimeSessionData]
773 |
# File 'sig/client.rbs', line 773
def conversation_session_data: () -> ::Array[Types::RuntimeSessionData]
|
#conversation_state ⇒ Types::ConversationState
771 |
# File 'sig/client.rbs', line 771
def conversation_state: () -> Types::ConversationState
|
#next_message_token ⇒ ::String
772 |
# File 'sig/client.rbs', line 772
def next_message_token: () -> ::String
|
#request_message_id ⇒ ::String
770 |
# File 'sig/client.rbs', line 770
def request_message_id: () -> ::String
|
#response ⇒ Types::MessageOutput
769 |
# File 'sig/client.rbs', line 769
def response: () -> Types::MessageOutput
|
#type ⇒ "TEXT", "TOOL_USE_RESULT"
768 |
# File 'sig/client.rbs', line 768
def type: () -> ("TEXT" | "TOOL_USE_RESULT")
|