Class CallServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.realtime.CallService
public final class CallServiceImpl implements CallService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CallServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CallService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CallService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. Unit
accept(CallAcceptParams params, RequestOptions requestOptions)
Unit
hangup(CallHangupParams params, RequestOptions requestOptions)
Unit
refer(CallReferParams params, RequestOptions requestOptions)
Unit
reject(CallRejectParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.realtime.CallService
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
-
withRawResponse
CallService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CallService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
accept
Unit accept(CallAcceptParams params, RequestOptions requestOptions)
-
hangup
Unit hangup(CallHangupParams params, RequestOptions requestOptions)
-
refer
Unit refer(CallReferParams params, RequestOptions requestOptions)
-
reject
Unit reject(CallRejectParams params, RequestOptions requestOptions)
-
-
-
-