Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowResponseStream
Packages that use FlowResponseStream
Package
Description
-
Uses of FlowResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement FlowResponseStreamModifier and TypeClassDescriptionclassContains information about why a flow completed.classResponse object from the flow multi-turn node requesting additional information.classContains information about an output from prompt flow invoction.classContains information about a trace, which tracks an input or output for a node in the flow.Fields in software.amazon.awssdk.services.bedrockagentruntime.model declared as FlowResponseStreamModifier and TypeFieldDescriptionstatic final FlowResponseStreamFlowResponseStream.UNKNOWNSpecial type ofFlowResponseStreamfor 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 FlowResponseStreamModifier and TypeMethodDescriptiondefault voidInvokeFlowResponseHandler.Visitor.visitDefault(FlowResponseStream 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 FlowResponseStreamModifier and TypeMethodDescriptionInvokeFlowResponseHandler.Visitor.Builder.onDefault(Consumer<FlowResponseStream> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of FlowResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream
Classes in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream that implement FlowResponseStreamModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEventthat represents theFlowResponseStream$flowCompletionEventevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowMultiTurnInputRequestEventthat represents theFlowResponseStream$flowMultiTurnInputRequestEventevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputEventthat represents theFlowResponseStream$flowOutputEventevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceEventthat represents theFlowResponseStream$flowTraceEventevent.