Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentResponseStream
-
-
Uses of InlineAgentResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement InlineAgentResponseStream Modifier and Type Class Description classInlineAgentFilePartContains intermediate response for code interpreter if any files have been generated.classInlineAgentPayloadPartContains a part of an agent response and citations for it.classInlineAgentReturnControlPayloadContains information to return from the action group that the agent has predicted to invoke.classInlineAgentTracePartContains information about the agent and session, alongside the agent's reasoning process and results from calling API actions and querying knowledge bases and metadata about the trace.Fields in software.amazon.awssdk.services.bedrockagentruntime.model declared as InlineAgentResponseStream Modifier and Type Field Description static InlineAgentResponseStreamInlineAgentResponseStream. UNKNOWNSpecial type ofInlineAgentResponseStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InlineAgentResponseStream Modifier and Type Method Description default voidInvokeInlineAgentResponseHandler.Visitor. visitDefault(InlineAgentResponseStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InlineAgentResponseStream Modifier and Type Method Description InvokeInlineAgentResponseHandler.Visitor.BuilderInvokeInlineAgentResponseHandler.Visitor.Builder. onDefault(Consumer<InlineAgentResponseStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of InlineAgentResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model.inlineagentresponsestream
Classes in software.amazon.awssdk.services.bedrockagentruntime.model.inlineagentresponsestream that implement InlineAgentResponseStream Modifier and Type Class Description classDefaultChunkA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentPayloadPartthat represents theInlineAgentResponseStream$chunkevent.classDefaultFilesA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentFilePartthat represents theInlineAgentResponseStream$filesevent.classDefaultReturnControlA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentReturnControlPayloadthat represents theInlineAgentResponseStream$returnControlevent.classDefaultTraceA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentTracePartthat represents theInlineAgentResponseStream$traceevent.
-