Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ResponseStream
Packages that use ResponseStream
Package
Description
-
Uses of ResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement ResponseStreamModifier 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 ResponseStreamModifier and TypeFieldDescriptionstatic final ResponseStreamResponseStream.UNKNOWNSpecial type ofResponseStreamfor 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 ResponseStreamModifier and TypeMethodDescriptiondefault voidInvokeAgentResponseHandler.Visitor.visitDefault(ResponseStream 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 ResponseStreamModifier and TypeMethodDescriptionInvokeAgentResponseHandler.Visitor.Builder.onDefault(Consumer<ResponseStream> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of ResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model.responsestream
Classes in software.amazon.awssdk.services.bedrockagentruntime.model.responsestream that implement ResponseStreamModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.PayloadPartthat represents theResponseStream$chunkevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FilePartthat represents theResponseStream$filesevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.ReturnControlPayloadthat represents theResponseStream$returnControlevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.TracePartthat represents theResponseStream$traceevent.