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
358 |
# File 'sig/client.rbs', line 358
def completion: () -> Types::ResponseStream
|
#content_type ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def content_type: () -> ::String
|
#memory_id ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def memory_id: () -> ::String
|
#session_id ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def session_id: () -> ::String
|