Class SessionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.realtime.SessionService.WithRawResponse
public final class SessionServiceImpl.WithRawResponseImpl implements SessionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SessionService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponseFor<SessionCreateResponse>
create(SessionCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
SessionService.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
HttpResponseFor<SessionCreateResponse> create(SessionCreateParams params, RequestOptions requestOptions)
-
-
-
-