Class InteractionServiceImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.InteractionService
public final class InteractionServiceImpl implements InteractionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InteractionService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InteractionServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InteractionAnalyzeResponseanalyze(InteractionAnalyzeParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InteractionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InteractionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
analyze
InteractionAnalyzeResponse analyze(InteractionAnalyzeParams params, RequestOptions requestOptions)
-
-
-
-