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
389 |
# File 'sig/client.rbs', line 389
def completion: () -> Types::ResponseStream
|
#content_type ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def content_type: () -> ::String
|
#memory_id ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def memory_id: () -> ::String
|
#session_id ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def session_id: () -> ::String
|