Class MessageServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.chat.completions.MessageService.WithRawResponse
public final class MessageServiceImpl.WithRawResponseImpl implements MessageService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description MessageService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponseFor<MessageListPage>
list(MessageListParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
MessageService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
HttpResponseFor<MessageListPage> list(MessageListParams params, RequestOptions requestOptions)
-
-
-
-