Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentResponseStream
Packages that use InlineAgentResponseStream
Package
Description
-
Uses of InlineAgentResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement InlineAgentResponseStreamModifier and TypeClassDescriptionclassContains intermediate response for code interpreter if any files have been generated.classContains a part of an agent response and citations for it.classContains information to return from the action group that the agent has predicted to invoke.classContains 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 InlineAgentResponseStreamModifier and TypeFieldDescriptionstatic final 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 InlineAgentResponseStreamModifier and TypeMethodDescriptiondefault 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 InlineAgentResponseStreamModifier and TypeMethodDescriptionInvokeInlineAgentResponseHandler.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 InlineAgentResponseStreamModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentPayloadPartthat represents theInlineAgentResponseStream$chunkevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentFilePartthat represents theInlineAgentResponseStream$filesevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentReturnControlPayloadthat represents theInlineAgentResponseStream$returnControlevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentTracePartthat represents theInlineAgentResponseStream$traceevent.