Package com.openai.services.async
Interface WebhookServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface WebhookServiceAsync.WithRawResponse
A view of WebhookServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract WebhookServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. -
-
Method Detail
-
withOptions
abstract WebhookServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
-
-
-