Interface MessageService.WithRawResponse
-
- All Implemented Interfaces:
public interface MessageService.WithRawResponseA view of MessageService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<MessageListPage>list(MessageListParams params)Returns a raw HTTP response for get /chat/completions/{completion_id}/messages, but is otherwise the same as MessageService.list.abstract HttpResponseFor<MessageListPage>list(MessageListParams params, RequestOptions requestOptions)-
-
Method Detail
-
list
@MustBeClosed() HttpResponseFor<MessageListPage> list(MessageListParams params)
Returns a raw HTTP response for
get /chat/completions/{completion_id}/messages, but is otherwise the same as MessageService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<MessageListPage> list(MessageListParams params, RequestOptions requestOptions)
-
-
-
-