Interface PromptAnalyzerServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PromptAnalyzerServiceAsync.WithRawResponseA view of PromptAnalyzerServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract PromptAnalyzerServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PromptAnalyzerCreateResponse>>create(PromptAnalyzerCreateParams params)Returns a raw HTTP response for post /api/v1/submit/prompt-analyzer, but is otherwise the same as PromptAnalyzerServiceAsync.create.abstract CompletableFuture<HttpResponseFor<PromptAnalyzerCreateResponse>>create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract PromptAnalyzerServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<PromptAnalyzerCreateResponse>> create(PromptAnalyzerCreateParams params)
Returns a raw HTTP response for
post /api/v1/submit/prompt-analyzer, but is otherwise the same as PromptAnalyzerServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<PromptAnalyzerCreateResponse>> create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)
-
-
-
-