Class InteractionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.InteractionServiceAsync
public final class InteractionServiceAsyncImpl implements InteractionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InteractionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InteractionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<InteractionAnalyzeResponse>analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InteractionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InteractionServiceAsync 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<InteractionAnalyzeResponse> analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)
-
-
-
-