Interface InvokeAssistantResponseHandler
- All Superinterfaces:
EventStreamResponseHandler<InvokeAssistantResponse,ResponseStream>
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface InvokeAssistantResponseHandler
extends EventStreamResponseHandler<InvokeAssistantResponse,ResponseStream>
Response handler for the InvokeAssistant API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder forInvokeAssistantResponseHandler.static interfaceVisitor 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.
-