Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowResponseStream
-
Packages that use FlowResponseStream Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream -
-
Uses of FlowResponseStream in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement FlowResponseStream Modifier and Type Class Description classFlowCompletionEventContains information about why a flow completed.classFlowMultiTurnInputRequestEventResponse object from the flow multi-turn node requesting additional information.classFlowOutputEventContains information about an output from prompt flow invoction.classFlowTraceEventContains 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 FlowResponseStream Modifier and Type Field Description static 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 FlowResponseStream Modifier and Type Method Description default 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 FlowResponseStream Modifier and Type Method Description InvokeFlowResponseHandler.Visitor.BuilderInvokeFlowResponseHandler.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 FlowResponseStream Modifier and Type Class Description classDefaultFlowCompletionEventA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEventthat represents theFlowResponseStream$flowCompletionEventevent.classDefaultFlowMultiTurnInputRequestEventA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowMultiTurnInputRequestEventthat represents theFlowResponseStream$flowMultiTurnInputRequestEventevent.classDefaultFlowOutputEventA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowOutputEventthat represents theFlowResponseStream$flowOutputEventevent.classDefaultFlowTraceEventA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceEventthat represents theFlowResponseStream$flowTraceEventevent.
-