Class CallServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.realtime.CallService.WithRawResponse
public final class CallServiceImpl.WithRawResponseImpl implements CallService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CallService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponse
accept(CallAcceptParams params, RequestOptions requestOptions)
HttpResponse
hangup(CallHangupParams params, RequestOptions requestOptions)
HttpResponse
refer(CallReferParams params, RequestOptions requestOptions)
HttpResponse
reject(CallRejectParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.realtime.CallService.WithRawResponse
accept, accept, accept, hangup, hangup, hangup, hangup, hangup, refer, refer, refer, reject, reject, reject, reject, reject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
CallService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
accept
HttpResponse accept(CallAcceptParams params, RequestOptions requestOptions)
-
hangup
HttpResponse hangup(CallHangupParams params, RequestOptions requestOptions)
-
refer
HttpResponse refer(CallReferParams params, RequestOptions requestOptions)
-
reject
HttpResponse reject(CallRejectParams params, RequestOptions requestOptions)
-
-
-
-