Class InteractionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.InteractionService.WithRawResponse
public final class InteractionServiceImpl.WithRawResponseImpl implements InteractionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InteractionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<InteractionAnalyzeResponse>analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InteractionService.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
HttpResponseFor<InteractionAnalyzeResponse> analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)
-
-
-
-