Package so.prelude.sdk.services.async
Class WatchServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.WatchServiceAsync.WithRawResponse
public final class WatchServiceAsyncImpl.WithRawResponseImpl implements WatchServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WatchServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<WatchPredictResponse>>
predict(WatchPredictParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<WatchSendEventsResponse>>
sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<WatchSendFeedbacksResponse>>
sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
WatchServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
predict
CompletableFuture<HttpResponseFor<WatchPredictResponse>> predict(WatchPredictParams params, RequestOptions requestOptions)
-
sendEvents
CompletableFuture<HttpResponseFor<WatchSendEventsResponse>> sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
-
sendFeedbacks
CompletableFuture<HttpResponseFor<WatchSendFeedbacksResponse>> sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
-
-