Module: Aws::BedrockAgentRuntime::Client::_InvokeAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeAgentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion ⇒ Types::ResponseStream
- #content_type ⇒ ::String
- #memory_id ⇒ ::String
- #session_id ⇒ ::String
Instance Method Details
#completion ⇒ Types::ResponseStream
331 |
# File 'sig/client.rbs', line 331
def completion: () -> Types::ResponseStream
|
#content_type ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def content_type: () -> ::String
|
#memory_id ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def memory_id: () -> ::String
|
#session_id ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def session_id: () -> ::String
|