Interface ChatResponseHandler
- All Superinterfaces:
- EventStreamResponseHandler<ChatResponse,- ChatOutputStream> 
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface ChatResponseHandler
extends EventStreamResponseHandler<ChatResponse,ChatOutputStream> 
Response handler for the Chat API.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder forChatResponseHandler.static interfaceVisitor for subtypes ofChatOutputStream.
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic ChatResponseHandler.Builderbuilder()Create aChatResponseHandler.Builder, used to create aChatResponseHandler.Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlercomplete, exceptionOccurred, onEventStream, responseReceived
- 
Method Details- 
builderCreate aChatResponseHandler.Builder, used to create aChatResponseHandler.
 
-