Class InteractionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.InteractionServiceAsync.WithRawResponse
public final class InteractionServiceAsyncImpl.WithRawResponseImpl implements InteractionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InteractionServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<InteractionAnalyzeResponse>>analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InteractionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
analyze
CompletableFuture<HttpResponseFor<InteractionAnalyzeResponse>> analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)
-
-
-
-