Class SpeakServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.voice.v1.SpeakServiceAsync.WithRawResponse
public final class SpeakServiceAsyncImpl.WithRawResponseImpl implements SpeakServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SpeakServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>create(SpeakCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
SpeakServiceAsync.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<HttpResponse> create(SpeakCreateParams params, RequestOptions requestOptions)
-
-
-
-