Class AssistantServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.AssistantService
public final class AssistantServiceImpl implements AssistantService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssistantServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AssistantService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Assistantcreate(AssistantCreateParams params, RequestOptions requestOptions)Assistantretrieve(AssistantRetrieveParams params, RequestOptions requestOptions)Assistantupdate(AssistantUpdateParams params, RequestOptions requestOptions)AssistantListPagelist(AssistantListParams params, RequestOptions requestOptions)AssistantDeleteddelete(AssistantDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AssistantService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
Assistant create(AssistantCreateParams params, RequestOptions requestOptions)
-
retrieve
Assistant retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
-
update
Assistant update(AssistantUpdateParams params, RequestOptions requestOptions)
-
list
AssistantListPage list(AssistantListParams params, RequestOptions requestOptions)
-
delete
AssistantDeleted delete(AssistantDeleteParams params, RequestOptions requestOptions)
-
-
-
-