Class: Aws::BedrockAgentRuntime::Types::InvokeInlineAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::InvokeInlineAgentResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion ⇒ Types::InlineAgentResponseStream
.
-
#content_type ⇒ String
The MIME type of the input data in the request.
-
#session_id ⇒ String
The unique identifier of the session with the agent.
Instance Attribute Details
#completion ⇒ Types::InlineAgentResponseStream
2594 2595 2596 2597 2598 2599 2600 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2594 class InvokeInlineAgentResponse < Struct.new( :completion, :content_type, :session_id) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The MIME type of the input data in the request. The default value is application/json.
2594 2595 2596 2597 2598 2599 2600 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2594 class InvokeInlineAgentResponse < Struct.new( :completion, :content_type, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the session with the agent.
2594 2595 2596 2597 2598 2599 2600 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2594 class InvokeInlineAgentResponse < Struct.new( :completion, :content_type, :session_id) SENSITIVE = [] include Aws::Structure end |