Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ResponseStream
-
Packages that use ResponseStream Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.model.responsestream -
-
Uses of ResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement ResponseStream Modifier and Type Class Description classPayloadPartContains a part of an agent response and citations for it.classReturnControlPayloadContains information to return from the action group that the agent has predicted to invoke.classTracePartContains 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 ResponseStream Modifier and Type Field Description static 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 ResponseStream Modifier and Type Method Description default 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 ResponseStream Modifier and Type Method Description InvokeAgentResponseHandler.Visitor.BuilderInvokeAgentResponseHandler.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 ResponseStream Modifier and Type Class Description classDefaultChunkA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.PayloadPartthat represents theResponseStream$chunkevent.classDefaultReturnControlA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.ReturnControlPayloadthat represents theResponseStream$returnControlevent.classDefaultTraceA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.TracePartthat represents theResponseStream$traceevent.
-