Interface InvokeAssistantResponseHandler
- All Superinterfaces:
EventStreamResponseHandler<InvokeAssistantResponse,
ResponseStream>
@Generated("software.amazon.awssdk:codegen")
public interface InvokeAssistantResponseHandler
extends EventStreamResponseHandler<InvokeAssistantResponse,ResponseStream>
Response handler for the InvokeAssistant API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder forInvokeAssistantResponseHandler
.static interface
Visitor for subtypes ofResponseStream
. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionbuilder()
Create aInvokeAssistantResponseHandler.Builder
, used to create aInvokeAssistantResponseHandler
.Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
complete, exceptionOccurred, onEventStream, responseReceived
-
Method Details
-
builder
Create aInvokeAssistantResponseHandler.Builder
, used to create aInvokeAssistantResponseHandler
.
-