Skip to content
Framework Docs

Chat

List Sessions
ChatListPage beta().chat().list(ChatListParamsparams = ChatListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/chat
Create Session
ChatCreateResponse beta().chat().create(ChatCreateParamsparams = ChatCreateParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/chat
Get Full Session
ChatRetrieveResponse beta().chat().retrieve(ChatRetrieveParamsparams = ChatRetrieveParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/chat/{session_id}
Delete Session
beta().chat().delete(ChatDeleteParamsparams = ChatDeleteParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
DELETE/api/v1/chat/{session_id}
Get Session Summary
ChatGetSummaryResponse beta().chat().getSummary(ChatGetSummaryParamsparams = ChatGetSummaryParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/chat/{session_id}/summary
Stream Messages
JsonValue beta().chat().stream(ChatStreamParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/chat/{session_id}/messages/stream