Uses of Class
software.amazon.awssdk.services.qbusiness.model.ChatSyncRequest
-
Packages that use ChatSyncRequest Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.transform -
-
Uses of ChatSyncRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type ChatSyncRequest Modifier and Type Method Description default CompletableFuture<ChatSyncResponse>QBusinessAsyncClient. chatSync(ChatSyncRequest chatSyncRequest)Starts or continues a non-streaming Amazon Q Business conversation.default ChatSyncResponseQBusinessClient. chatSync(ChatSyncRequest chatSyncRequest)Starts or continues a non-streaming Amazon Q Business conversation. -
Uses of ChatSyncRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type ChatSyncRequest Modifier and Type Method Description SdkHttpFullRequestChatSyncRequestMarshaller. marshall(ChatSyncRequest chatSyncRequest)
-